This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Re-populate after spawning shell
master
Arun Prakash Jana
7 years ago
parent
af35b8a27c
commit
035bcdb198
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
nnn.c
+ 3
- 0
nnn.c
View File
@@ -3049,6 +3049,9 @@ nochange:
run = xgetenv(env, run);
run = xgetenv(env, run);
spawn(run, NULL, NULL, path, F_NORMAL | F_MARKER);
spawn(run, NULL, NULL, path, F_NORMAL | F_MARKER);
/* Repopulate as directory content may have changed */
/* Repopulate as directory content may have changed */
/* Save current */
if (ndents > 0)
copycurname();
goto begin;
goto begin;
case SEL_RUNARG:
case SEL_RUNARG:
run = xgetenv(env, run);
run = xgetenv(env, run);
Write
Preview
Loading…
Cancel
Save