]> git.wh0rd.org Git - nano.git/commitdiff
fix display breakage
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 29 Jul 2005 03:28:09 +0000 (03:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 29 Jul 2005 03:28:09 +0000 (03:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2946 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.c

index e52c099fba6b9909e14b16100fd17eed3757dc1f..14734fc9cd9e3c2d766d96a896dba8e17d288a1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,7 +121,7 @@ CVS code -
          using blocking input, since nano spends the most time using
          it, for blocking input; and only do constant sursor position
          display if we're just about to use blocking input.  Changes to
-         input_tab(), do_browser(), finish(), do_output(), main(),
+         input_tab(), do_browser(), do_output(), main(),
          get_key_buffer(), check_statusblank(), nanogetstr(),
          titlebar(), statusbar(), bottombars(), edit_refresh(),
          do_yesno(), and do_help(). (DLR)
index b1051fbc93ea723c7fb292377780ba48f380b7b9..c31a8bd58b7e260f653dc054a66274fd4b41906e 100644 (file)
@@ -526,7 +526,7 @@ void finish(void)
     else
        blank_statusbar();
 
-    wnoutrefresh(bottomwin);
+    wrefresh(bottomwin);
     endwin();
 
     /* Restore the old terminal settings. */