From 4a0e3570fec3cfdf7109305812d242eca0bdee64 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 15 Sep 2019 23:33:12 +0530 Subject: [PATCH] Remove redundant spaces --- README.md | 2 +- src/nnn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 156f2493..a41e6270 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

-

Nav-as-you-type and du analyzer modes (click for a demo video)

+

navigate-as-you-type & du analyzer mode (click for a demo video)

Donate via PayPal! diff --git a/src/nnn.c b/src/nnn.c index cc773de8..53b8a29d 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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 */