You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ISIG control mode is disabled in capture_keyboard_input(), but
it is not reset in reset_keyboard_input(). This inconsistency causes
default keyboard signal malfunctions (e.g., SIGINT from CTRL+C) after
exit. To fix this, the termios control flag is encapsulated in a
macro, TERMIOS_C_CFLAG and used in both capture_keyboard_input() and
reset_keyboard_input().
0 commit comments