piotrmurach / tty-prompt

A beautiful and powerful interactive command line prompt
https://ttytoolkit.org
MIT License
1.47k stars 136 forks source link

InputInterrupt is annoying #98

Closed ioquatix closed 5 years ago

ioquatix commented 5 years ago

I will make a PR for this, but basically I think class InputInterrupt < ::Interrupt. Because otherwise I must specifically handle interrupts occurring in your code vs interrupts happening elsewhere.