statusbar: elevate three messages to an ALERT, to make them more visible
Signed-off-by: Brand Huntsman <alpha@qzx.com>master
parent
c524fbe6d0
commit
25e9877607
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue