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.master
parent
6896d8df47
commit
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
|
||||||
|
|
Loading…
Reference in New Issue