Interruptable inkey() and non-tty fixes
- enhancement: allow
inkey()
andkbhit()
to return early when
interrupted by signal by passing argument_intr_continue=False
. - bugfix: allow term.inkey() and related to be called without a keyboard.
inkey()
and kbhit()
to return early when_intr_continue=False
.