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>
master
Benno Schulenberg 2020-12-19 20:09:56 +01:00
parent b89bc2cce6
commit 54995defd2
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ void read_keys_from(WINDOW *win)
lastmessage > VACUUM && lastmessage < ALERT) {
timed = TRUE;
halfdelay(8);
disable_kb_interrupt();
}
#endif