set-input-interrupt-mode

set-input-interrupt-mode is a built-in function in `C source code'.

(set-input-interrupt-mode INTERRUPT)

Set interrupt mode of reading keyboard input.
If INTERRUPT is non-nil, Emacs will use input interrupts;
otherwise Emacs uses CBREAK mode.

See also `current-input-mode'.