diff options
Diffstat (limited to 'src/nnn.c')
-rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6198,6 +6198,7 @@ nochange: setenv(envs[ENV_NCUR], (ndents ? dents[cur].name : ""), 1); spawn(shell, NULL, NULL, path, F_CLI); + r = TRUE; break; case SEL_LAUNCH: launch_app(path, newpath); |