mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 08:18:48 +00:00
Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other
terminals.
This commit is contained in:
parent
beb214bcb3
commit
4e053685df
@ -252,6 +252,8 @@ environ_for_session(struct session *s, int no_TERM)
|
|||||||
if (!no_TERM) {
|
if (!no_TERM) {
|
||||||
value = options_get_string(global_options, "default-terminal");
|
value = options_get_string(global_options, "default-terminal");
|
||||||
environ_set(env, "TERM", 0, "%s", value);
|
environ_set(env, "TERM", 0, "%s", value);
|
||||||
|
environ_set(env, "TERM_PROGRAM", 0, "%s", "tmux");
|
||||||
|
environ_set(env, "TERM_PROGRAM_VERSION", 0, "%s", getversion());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s != NULL)
|
if (s != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user