diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-03-25 11:35:39 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-03-25 11:39:34 +0100 |
commit | dcb2829e9b9792065918ba9903cd03051d36f89f (patch) | |
tree | 00326b35446b7ad9cf4768376d60ad6085cfaa63 /nncmpp.actions | |
parent | 349c907cbf1cba6988b971073f84a91ffdc8074d (diff) | |
download | nncmpp-dcb2829e9b9792065918ba9903cd03051d36f89f.tar.gz nncmpp-dcb2829e9b9792065918ba9903cd03051d36f89f.tar.xz nncmpp-dcb2829e9b9792065918ba9903cd03051d36f89f.zip |
Separate the actions of aborting and quitting
The user should not be afraid of pressing Escape too many times.
Diffstat (limited to 'nncmpp.actions')
-rw-r--r-- | nncmpp.actions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nncmpp.actions b/nncmpp.actions index 403f51f..55db685 100644 --- a/nncmpp.actions +++ b/nncmpp.actions @@ -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 |