Commit 3f4520b3 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix display breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2946 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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)
......
......@@ -526,7 +526,7 @@ void finish(void)
else
blank_statusbar();
wnoutrefresh(bottomwin);
wrefresh(bottomwin);
endwin();
/* Restore the old terminal settings. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment