speller: give startup feedback (relevant when running on a Linux console)

This fixes https://savannah.gnu.org/bugs/?58856.

Bug existed since version 4.8, commit 8b2f7bd5.
This commit is contained in:
Benno Schulenberg 2020-08-03 11:13:35 +02:00
parent 5b56791aef
commit e9e26934ea
1 changed files with 2 additions and 0 deletions

View File

@ -2343,6 +2343,8 @@ void do_int_speller(const char *tempfile_name)
return;
}
statusbar(_("Invoking spell checker..."));
/* Fork a process to run spell in. */
if ((pid_spell = fork()) == 0) {
/* Child: open the temporary file that holds the text to be checked. */