spelling: separate the fixing of different words with a short pause

When fixing a misspelling and not answering 'All' (but 'Yes' or 'No'),
the chance is quite substantial that one will type y or n at the end of
the next word.  Diminish this chance by showing for a moment a message
on the statusbar.
master
Benno Schulenberg 2016-05-04 19:31:59 +02:00
parent 433c7e5dc6
commit be4a3f8273
1 changed files with 4 additions and 0 deletions

View File

@ -2450,6 +2450,10 @@ bool do_int_spell_fix(const char *word)
openfile->mark_set = old_mark_set;
#endif
do_replace_loop(TRUE, current_save, &current_x_save, word);
/* TRANSLATORS: Shown after fixing misspellings in one word. */
statusbar("Next word...");
napms(400);
}
}