1
1

display: clear the help lines before a briefly shown warning

This makes the message stand out more.

Also slightly shorten the duration of the pause.
Этот коммит содержится в:
Benno Schulenberg 2020-01-14 10:49:12 +01:00
родитель 6896d8df47
Коммит e8d20a8e4b

Просмотреть файл

@ -2247,8 +2247,9 @@ void statusbar(const char *msg)
* message can be noticed and read. */ * message can be noticed and read. */
void warn_and_shortly_pause(const char *msg) void warn_and_shortly_pause(const char *msg)
{ {
blank_bottombars();
statusline(ALERT, msg); statusline(ALERT, msg);
napms(1800); napms(1500);
} }
/* Display the shortcut list corresponding to menu on the last two rows /* Display the shortcut list corresponding to menu on the last two rows