aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-15 09:42:23 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-15 09:42:23 +0530
commit73a2919b7eb36e3b0c53acf16c384f4ffe1b8f49 (patch)
treee7606c9024462960705e9a51cb03c00cd0484a9b /src/nnn.c
parent4930f34c3fde6d5a4b335b1c4e8703cdf0c8637a (diff)
downloadnnn-73a2919b7eb36e3b0c53acf16c384f4ffe1b8f49.tar.gz
Prepare for release v2.9
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 8748332..711b0d0 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -106,7 +106,7 @@
#include "dbg.h"
/* Macro definitions */
-#define VERSION "2.8.1"
+#define VERSION "2.9"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#define SESSIONS_VERSION 1
@@ -2305,8 +2305,7 @@ end:
if (ln[1])
ln[REGEX_MAX - 1] = ln[1];
- if (*ch != 27 && *ch != '\t' && *ch != KEY_UP && *ch != KEY_DOWN
- && *ch != CONTROL('T') && *ch != CONTROL('F')) {
+ if (*ch != 27 && *ch != '\t' && *ch != KEY_UP && *ch != KEY_DOWN && *ch != CONTROL('T')) {
ln[0] = ln[1] = '\0';
move_cursor(cur, 0);
} else if (ndents)