]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove redundant spaces
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 15 Sep 2019 18:03:12 +0000 (23:33 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 15 Sep 2019 20:03:41 +0000 (01:33 +0530)
README.md
src/nnn.c

index 156f2493d0d79fd8fa5fbdf3fe123dc1531a9932..a41e6270437bba792008b5c307287c545c666558 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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>
index cc773de85be076b8a8d3eb81df0801cc0e482882..53b8a29d9e3682e170ed2025d178d24bec162b63 100644 (file)
--- 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 */