Can't unset the exit key #115
Labels
Bug
Something isn't working
Core
Add for issues having to do with core functions
Good first issue
Good for newcomers
Milestone
Describe the bug
I don't want the program to quit upon hitting any one single key. I can't set
exit_key
toNone
or0
.To Reproduce
Steps to reproduce the behavior:
exit_key=None
to thePyCUI
constructorErrors:
Upon passing
exit_key=0
, the program doesn't start (no output even in debug mode).Expected behavior
The program doesn't close upon hitting any keys.
The text was updated successfully, but these errors were encountered: