Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix
#763
: Revert "Fix #759" (makes nnn hang when used in a script)
This reverts commit
c074572748
.
master
Arun Prakash Jana
4 anni fa
parent
7b870281aa
commit
234f7ae563
1 ha cambiato i file
con
0 aggiunte
e
4 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/nnn.c
+ 0
- 4
src/nnn.c
Vedi File
@@ -7854,10 +7854,6 @@ int main(int argc, char *argv[])
if (sort)
set_sort_flags(sort);
/* Set the process group to current process */
setpgid(0, 0);
tcsetpgrp(STDOUT_FILENO, getpid());
opt = browse(initpath, session, pkey);
#ifndef NOMOUSE
Write
Preview
Loading…
Annulla
Salva