mirror of
https://github.com/jarun/nnn.git
synced 2025-02-03 14:56:34 +00:00
Do not change filter state when clicked below last entry
This commit is contained in:
parent
46aa0adafa
commit
f1720c8f44
|
@ -3491,7 +3491,7 @@ nochange:
|
||||||
|
|
||||||
/*Single click just selects, double click also opens */
|
/*Single click just selects, double click also opens */
|
||||||
if (event.bstate != BUTTON1_DOUBLE_CLICKED)
|
if (event.bstate != BUTTON1_DOUBLE_CLICKED)
|
||||||
break;
|
goto nochange;
|
||||||
} else {
|
} else {
|
||||||
if (cfg.filtermode)
|
if (cfg.filtermode)
|
||||||
presel = FILTER;
|
presel = FILTER;
|
||||||
|
|
Loading…
Reference in a new issue