Browse Source

Retain filter state on unhandled keypress

master
Arun Prakash Jana 6 years ago
parent
commit
e65e47d691
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c View File

@@ -3362,6 +3362,9 @@ nochange:


dentfree(dents); dentfree(dents);
return; return;
default:
if (sel && cfg.filtermode)
presel = FILTER;
} /* switch (sel) */ } /* switch (sel) */


/* Screensaver */ /* Screensaver */


Loading…
Cancel
Save