diff options
| author | 2019-09-15 23:33:12 +0530 | |
|---|---|---|
| committer | 2019-09-16 01:33:41 +0530 | |
| commit | 4a0e3570fec3cfdf7109305812d242eca0bdee64 (patch) | |
| tree | c101da0ae275276b7641b75b54d37235cb02a1f2 | |
| parent | 7c8df20bea3113c3a4a2dce3f85cb56f43589b31 (diff) | |
| download | nnn-4a0e3570fec3cfdf7109305812d242eca0bdee64.tar.gz | |
Remove redundant spaces
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/nnn.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ <a href="https://www.youtube.com/watch?v=U2n5aGqou9E"><img src="https://i.imgur.com/2B8KQCJ.png" /></a> </p> -<p align="center"><i>Nav-as-you-type and du analyzer modes (click for a demo video)</i></a></p> +<p align="center"><i>navigate-as-you-type & du analyzer mode (click for a demo video)</i></a></p> <p align="center"> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-1eb0fc.svg" alt="Donate via PayPal!" /></a> @@ -3364,7 +3364,7 @@ static void redraw(char *path) xstrlcpy(buf, coolsize(dir_blocks << BLK_SHIFT), 12); c = cfg.apparentsz ? 'a' : 'd'; - mvprintw(lastln, 0, "%d/%d (%d) %s%cu: %s (%lu files) free: %s %s\n", + mvprintw(lastln, 0, "%d/%d (%d) %s%cu:%s (%lu files) free:%s %s\n", cur + 1, ndents, nselected, selmode, c, buf, num_files, coolsize(get_fs_info(path, FREE)), ptr); } else { /* light or detail mode */ |