Skip to content

Interruptable inkey() and non-tty fixes

Compare
Choose a tag to compare
@jquast jquast released this 05 Apr 20:16
· 518 commits to master since this release
  • enhancement: allow inkey() and kbhit() 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.