CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/16 08:46:15
Modified files:
usr.bin/tmux : options-table.c tmux.h tty-features.c
tty-term.c 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.