mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 18:38:48 +00:00
XTerm not xterm.
This commit is contained in:
parent
401f197750
commit
67090dd91d
@ -1293,7 +1293,7 @@ tty_keys_extended_device_attributes(struct tty *tty, const char *buf,
|
||||
else if (strncmp(tmp, "tmux ", 5) == 0)
|
||||
tty_default_features(&c->term_features, "tmux", 0);
|
||||
else if (strncmp(tmp, "XTerm(", 6) == 0)
|
||||
tty_default_features(&c->term_features, "xterm", 0);
|
||||
tty_default_features(&c->term_features, "XTerm", 0);
|
||||
else if (strncmp(tmp, "mintty ", 7) == 0)
|
||||
tty_default_features(&c->term_features, "mintty", 0);
|
||||
log_debug("%s: received extended DA %.*s", c->name, (int)*size, buf);
|
||||
|
Loading…
Reference in New Issue
Block a user