1
0
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:
Witold Filipczyk 2023-07-18 16:01:42 +02:00
parent 87e4bfd41a
commit 61ceecdbd8

View File

@ -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;