aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index c5ca473..7e2531e 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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;