2016-02-06 Benno Schulenberg <bensberg@justemail.net>
* src/files.c (write_file): Remove the --nofollow option that hasn't
been working for a dozen years.
+ * src/winio.c (statusbar): Update the screen immediately whenever a
+ message has been posted on the status bar.
2016-02-05 Benno Schulenberg <bensberg@justemail.net>
* doc/texinfo/nano.texi: Condense the descriptions of command-key
beep();
/* Ensure that we see the warning. */
- doupdate();
napms(1800);
curs_set(1);
blank_bottombars();
statusbar(_("Invoking spell checker, please wait"));
- doupdate();
spell_msg = (alt_speller != NULL) ? do_alt_speller(temp) :
do_int_speller(temp);
blank_bottombars();
statusbar(_("Invoking linter, please wait"));
- doupdate();
/* Set up an argument list to pass to execvp(). */
if (lintargs == NULL) {
blank_bottombars();
statusbar(_("Invoking formatter, please wait"));
- doupdate();
endwin();
disable_cursorpos = TRUE;
+ /* Push the message to the screen straightaway. */
+ doupdate();
+
/* If we're doing quick statusbar blanking, and constant cursor
* position display is off, blank the statusbar after only one
* keystroke. Otherwise, blank it after twenty-six keystrokes, as