mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
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.
This commit is contained in:
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
Block a user