joequery / SnipSnip

Local code snippet database run from your terminal. (Work in progress)
4 stars 0 forks source link

Prevent keyboard interrupt from exiting program #27

Closed joequery closed 12 years ago

joequery commented 12 years ago

Not sure if this goes against basic usability guidelines (comments here welcome \o/), but since I have to use the KeyboardInterrupt to let people get out of user input (No easy way to detect the ESC key for triggering the same effect AFAIK), it was easy to accidentally close the program.