diff options
| author | 2019-10-03 18:14:51 +0530 | |
|---|---|---|
| committer | 2019-10-03 18:14:51 +0530 | |
| commit | 3489c87b98a0f2c6b7586703a9bc6ab6388ef2ce (patch) | |
| tree | 4300258ec2d6b46be90f3d679c457fd4cb979e15 /src | |
| parent | add2db80f2a45ac54c8de80e588e540f4366a357 (diff) | |
| download | nnn-3489c87b98a0f2c6b7586703a9bc6ab6388ef2ce.tar.gz | |
Remove weak check for CLI detection
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3390,11 +3390,6 @@ 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) { |