aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nnn.c b/src/nnn.c
index ca1603b..5331dfd 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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