statusbar: elevate three messages to an ALERT, to make them more visible

Signed-off-by: Brand Huntsman <alpha@qzx.com>
master
Brand Huntsman 2018-08-27 03:31:56 -06:00 committed by Benno Schulenberg
parent c524fbe6d0
commit 25e9877607
1 changed files with 1 additions and 2 deletions

View File

@ -2154,8 +2154,7 @@ 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)
{ {
statusbar(msg); statusline(ALERT, msg);
beep();
napms(1800); napms(1800);
} }