diff options
| author | 2019-12-26 10:11:05 +0530 | |
|---|---|---|
| committer | 2019-12-26 10:24:57 +0530 | |
| commit | 450df4c476ef9b285d1601ad78d48f49c3b058a0 (patch) | |
| tree | 9f06f1591c373146c4ad0a0cdc4b4676c9fd6a59 /src | |
| parent | 7e958d3cd3055d3093c078813168ad6b8932fec1 (diff) | |
| download | nnn-450df4c476ef9b285d1601ad78d48f49c3b058a0.tar.gz | |
Retain filter on keys up and down
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2127,7 +2127,7 @@ static int filterentries(char *path) } } end: - if (*ch != '\t') + if (*ch != '\t' && *ch != KEY_UP && *ch != KEY_DOWN) g_ctx[cfg.curctx].c_fltr[0] = g_ctx[cfg.curctx].c_fltr[1] = '\0'; move_cursor(cur, 0); |