This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
nnn
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix
#219
master
Arun Prakash Jana
пре 6 година
родитељ
764c1fe60c
комит
3f262910d3
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 измењених фајлова
са
7 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
src/nnn.c
+ 7
- 4
src/nnn.c
Прегледај датотеку
@@ -976,11 +976,11 @@ static void spawn(const char *file, const char *arg1, const char *arg2, const ch
arg2 = tmp;
}
if (flag & F_NORMAL)
exitcurses();
pid = fork();
if (pid == 0) {
if (flag & F_NORMAL)
exitcurses();
if (dir != NULL)
status = chdir(dir);
@@ -1017,8 +1017,11 @@ static void spawn(const char *file, const char *arg1, const char *arg2, const ch
DPRINTF_D(status);
DPRINTF_D(pid);
if (flag & F_NORMAL)
if (flag & F_NORMAL) {
exitcurses();
initcurses();
refresh();
}
}
}
Write
Preview
Loading…
Откажи
Сачувај