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