This commit is contained in:
Arun Prakash Jana 2019-10-03 03:44:54 +05:30
parent 9f68e74289
commit f4ec874b79
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 5 additions and 0 deletions

View File

@ -3390,6 +3390,11 @@ static void browse(char *ipath)
if (!pnamebuf)
errexit();
#ifdef __linux__
if (!getenv("DISPLAY"))
opener_flags = F_CLI;
#endif
begin:
#ifdef LINUX_INOTIFY
if ((presel == FILTER || dir_changed) && inotify_wd >= 0) {