input: intercept ^Z also when --minibar is active
For some reason, calling halfdelay() undoes the ISIG mask. So, mask keyboard interrupts again immediately after the call. Reported-by: Peter Passchier <peter@passchier.net>
Этот коммит содержится в:
родитель
b89bc2cce6
Коммит
54995defd2
@ -189,6 +189,7 @@ void read_keys_from(WINDOW *win)
|
|||||||
lastmessage > VACUUM && lastmessage < ALERT) {
|
lastmessage > VACUUM && lastmessage < ALERT) {
|
||||||
timed = TRUE;
|
timed = TRUE;
|
||||||
halfdelay(8);
|
halfdelay(8);
|
||||||
|
disable_kb_interrupt();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user