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
Benno Schulenberg 2021-02-07 12:09:38 +01:00
parent eb0962fb06
commit d131c2d438
1 changed files with 1 additions and 1 deletions

View File

@ -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