From 166da9c89399c28be0bdf4d66a749b65513d8d14 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 18 Jun 2005 14:30:40 +0000
Subject: [PATCH] fix still more minor display update problems

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2723 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 a40a749e..0008743f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -219,7 +219,7 @@ CVS code -
 	  (DLR)
   do_spell()
 	- If the spell-checker printed any error messages onscreen, call
-	  total_refresh() to make sure they're cleared off. (DLR, found
+	  total_update() to make sure they're cleared off. (DLR, found
 	  by CHAO Wei-Lun)
   do_output()
 	- Properly allow wrapping when we insert a tab, for consistency.
diff --git a/src/nano.c b/src/nano.c
index 655b59eb..c1dc528d 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2509,7 +2509,7 @@ void do_spell(void)
 
     /* If the spell-checker printed any error messages onscreen, make
      * sure they're cleared off. */
-    total_refresh();
+    total_update();
 
     if (spell_msg != NULL)
 	statusbar(_("Spell checking failed: %s: %s"), spell_msg,
-- 
GitLab