nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3f4520b348e7f810194c431d9b5c5c1acc39d0be
parent d4e3c59f279b2085c34916964d04725c244ea6fa
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 29 Jul 2005 03:28:09 +0000

fix display breakage


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

Diffstat:
MChangeLog | 2+-
Msrc/nano.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -526,7 +526,7 @@ void finish(void) else blank_statusbar(); - wnoutrefresh(bottomwin); + wrefresh(bottomwin); endwin(); /* Restore the old terminal settings. */