Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 527f66ed23a88a59fb3d8c1972336f55612059bf
https://github.com/tmux/tmux/commit/527f66ed23a88a59fb3d8c1972336f55612059bf
Author: Nicholas Marriott <[email protected]>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M options-table.c
M tmux.h
M tty-term.c
M tty.c
Log Message:
-----------
Instead of having a default set of terminals in terminal-overrides that get XT
added and using that as a marker for xterm(1)-like, assume that if the
terminfo(5) entry already has XT or the clear capability starts with CSI then
the terminal is VT100-like and it should be safe to send DA requests. The DA
responses trigger additional features being added.
This is all to detect extensions if terminfo(5) is wrong or inadequate. If it
fails, tmux will just fall back to using the capabilities in the terminfo(5)
entry alone.
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e67d65-527f66%40github.com.