diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-20 05:35:41 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-20 05:35:41 +0530 |
commit | 71bf18cee31e1b8a6c27d5597662916f1bda159e (patch) | |
tree | 6040bd56d9828fd425a9ed4500c16d97d166434e /src/nnn.h | |
parent | 1b3b9f503df5f2e37664a2fb3ca5a069b741e18b (diff) | |
download | nnn-71bf18cee31e1b8a6c27d5597662916f1bda159e.tar.gz |
Refactor
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,11 +102,11 @@ enum action { SEL_RUNEDIT, SEL_RUNPAGE, SEL_LOCK, + SEL_SESSIONS, SEL_QUITCTX, SEL_QUITCD, SEL_QUIT, SEL_CLICK, - SEL_SESSIONS, }; /* Associate a pressed key to an action */ |