diff --git a/ChangeLog b/ChangeLog index e52c099fba6b9909e14b16100fd17eed3757dc1f..14734fc9cd9e3c2d766d96a896dba8e17d288a1a 100644 --- 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) diff --git a/src/nano.c b/src/nano.c index b1051fbc93ea723c7fb292377780ba48f380b7b9..c31a8bd58b7e260f653dc054a66274fd4b41906e 100644 --- a/src/nano.c +++ b/src/nano.c @@ -526,7 +526,7 @@ void finish(void) else blank_statusbar(); - wnoutrefresh(bottomwin); + wrefresh(bottomwin); endwin(); /* Restore the old terminal settings. */