This commit is contained in:
Arun Prakash Jana 2020-10-15 08:06:34 +05:30
parent ed53c54ba2
commit c074572748
1 changed files with 4 additions and 0 deletions

View File

@ -7854,6 +7854,10 @@ 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