projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48e91f
)
Interpret ^T in filter mode
author
Arun Prakash Jana <engineerarun@gmail.com>
Sun, 28 Jan 2018 06:53:23 +0000 (12:23 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Sun, 28 Jan 2018 06:53:23 +0000 (12:23 +0530)
nnn.c
patch
|
blob
|
history
diff --git
a/nnn.c
b/nnn.c
index d9fa5c103422825cf6983f28e47f693ea17ec41b..15c35aeb2c6ecd362d1d6ef0a596105f4f56ca12 100644
(file)
--- a/
nnn.c
+++ b/
nnn.c
@@
-1115,9
+1115,10
@@
filterentries(char *path)
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
case CONTROL('X'): // fallthrough
- case CONTROL('Y'):
+ case CONTROL('Y'): // fallthrough
+ case CONTROL('T'):
if (len == 1)
- cur = oldcur;
// fallthrough
+ cur = oldcur;
goto end;
default:
/* Reset cur in case it's a repeat search */