mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Remove weak check for CLI detection
This commit is contained in:
parent
add2db80f2
commit
3489c87b98
1 changed files with 0 additions and 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue