minibar: show a message a little longer when --quickblank isn't used
The --minibar option made --quickblank a no-op. Now the use of the latter together with --minibar still has some effect.master
parent
eb0962fb06
commit
d131c2d438
|
@ -188,7 +188,7 @@ void read_keys_from(WINDOW *win)
|
|||
if (currmenu == MMAIN && ISSET(MINIBAR) && lastmessage > HUSH &&
|
||||
lastmessage != INFO && lastmessage < ALERT) {
|
||||
timed = TRUE;
|
||||
halfdelay(8);
|
||||
halfdelay(ISSET(QUICK_BLANK) ? 8 : 15);
|
||||
disable_kb_interrupt();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue