]> git.wh0rd.org Git - nano.git/commitdiff
in statusbar(), set statusblank to 25 instead of 26, to match current
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 17 Jun 2005 18:14:03 +0000 (18:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 17 Jun 2005 18:14:03 +0000 (18:14 +0000)
Pico

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/winio.c

index 174a1ac13a3645d3ea585a5907198c39b93e873d..0c39398a17d09b679fcdaddb84845cd05134b062 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -283,6 +283,9 @@ CVS code -
   do_help()
        - Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for
          consistency. (DLR)
+  statusbar()
+       - Set statusblank to 25 instead of 26, to match current Pico.
+         (DLR)
   do_yesno()
        - Allow refreshing the screen via Ctrl-L, as Pico does. (DLR)
   total_update()
index 51dd9220640001c634e4ca9d1cc4bc0a78465593..45a48fe5b575b89f6669ea3f799c9055abcd6c6a 100644 (file)
@@ -2890,7 +2890,7 @@ void statusbar(const char *msg, ...)
     }
 
     SET(DISABLE_CURPOS);
-    statusblank = 26;
+    statusblank = 25;
 }
 
 void bottombars(const shortcut *s)