Retain filter state on unhandled keypress

This commit is contained in:
Arun Prakash Jana 2018-11-19 20:10:35 +05:30
parent 56ca0a6cce
commit e65e47d691
No known key found for this signature in database
GPG key ID: A75979F35C080412

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 */