commit e9e26934ea57387c741156162e7e0b96e050a7c2
parent 5b56791aef2dfd747108cb5bc36f35c07a460fc1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 3 Aug 2020 11:13:35 +0200
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.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/text.c b/src/text.c
@@ -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. */