mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
This reverts commit c074572748
.
This commit is contained in:
parent
7b870281aa
commit
234f7ae563
|
@ -7854,10 +7854,6 @@ int main(int argc, char *argv[])
|
||||||
if (sort)
|
if (sort)
|
||||||
set_sort_flags(sort);
|
set_sort_flags(sort);
|
||||||
|
|
||||||
/* Set the process group to current process */
|
|
||||||
setpgid(0, 0);
|
|
||||||
tcsetpgrp(STDOUT_FILENO, getpid());
|
|
||||||
|
|
||||||
opt = browse(initpath, session, pkey);
|
opt = browse(initpath, session, pkey);
|
||||||
|
|
||||||
#ifndef NOMOUSE
|
#ifndef NOMOUSE
|
||||||
|
|
Loading…
Reference in a new issue