mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[term] Check for XDG_SESSION_DESKTOP. Refs #246
New mouse reporting "\E [ <" is not implemented, but old type should be sufficient. The problem is detecting xterm environment. For detected "xterm" mouse init sequence is sent. Added check for existence of XDG_SESSION_DESKTOP env.
This commit is contained in:
parent
87e4bfd41a
commit
61ceecdbd8
@ -314,6 +314,7 @@ check_more_envs(void)
|
||||
const char *envs[] = { "WINDOWID",
|
||||
"KONSOLE_DCOP_SESSION",
|
||||
"GNOME_TERMINAL_SERVICE",
|
||||
"XDG_SESSION_DESKTOP",
|
||||
NULL
|
||||
};
|
||||
const char **v;
|
||||
|
Loading…
Reference in New Issue
Block a user