fix still more minor display update problems

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2723 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-18 14:30:40 +00:00
parent cd0210ff3e
commit 166da9c893
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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,