Commit 166da9c8 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix still more minor display update problems

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2723 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -219,7 +219,7 @@ CVS code - ...@@ -219,7 +219,7 @@ CVS code -
(DLR) (DLR)
do_spell() do_spell()
- If the spell-checker printed any error messages onscreen, call - 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) by CHAO Wei-Lun)
do_output() do_output()
- Properly allow wrapping when we insert a tab, for consistency. - Properly allow wrapping when we insert a tab, for consistency.
......
...@@ -2509,7 +2509,7 @@ void do_spell(void) ...@@ -2509,7 +2509,7 @@ void do_spell(void)
/* If the spell-checker printed any error messages onscreen, make /* If the spell-checker printed any error messages onscreen, make
* sure they're cleared off. */ * sure they're cleared off. */
total_refresh(); total_update();
if (spell_msg != NULL) if (spell_msg != NULL)
statusbar(_("Spell checking failed: %s: %s"), spell_msg, statusbar(_("Spell checking failed: %s: %s"), spell_msg,
......
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