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
parent
433c7e5dc6
commit
be4a3f8273
|
@ -2450,6 +2450,10 @@ bool do_int_spell_fix(const char *word)
|
||||||
openfile->mark_set = old_mark_set;
|
openfile->mark_set = old_mark_set;
|
||||||
#endif
|
#endif
|
||||||
do_replace_loop(TRUE, current_save, ¤t_x_save, word);
|
do_replace_loop(TRUE, current_save, ¤t_x_save, word);
|
||||||
|
|
||||||
|
/* TRANSLATORS: Shown after fixing misspellings in one word. */
|
||||||
|
statusbar("Next word...");
|
||||||
|
napms(400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue