Separate the actions of aborting and quitting

The user should not be afraid of pressing Escape too many times.
This commit is contained in:
2023-03-25 11:35:39 +01:00
parent 349c907cbf
commit dcb2829e9b
3 changed files with 18 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ NONE, Do nothing
QUIT, Quit
REDRAW, Redraw screen
ABORT, Abort
TAB_HELP, Switch to help tab
TAB_LAST, Switch to last tab
TAB_PREVIOUS, Switch to previous tab