From 3f4520b348e7f810194c431d9b5c5c1acc39d0be Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 29 Jul 2005 03:28:09 +0000
Subject: [PATCH] fix display breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2946 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog  | 2 +-
 src/nano.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e52c099f..14734fc9 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 b1051fbc..c31a8bd5 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. */
-- 
GitLab