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 commit is contained in:
nicm
2020-05-16 14:46:14 +00:00
parent 21a39c997b
commit 7dbe623156
3 changed files with 110 additions and 27 deletions

View File

@ -261,7 +261,7 @@ const struct options_table_entry options_table[] = {
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.flags = OPTIONS_TABLE_IS_ARRAY,
.default_str = "tmux*:XT,screen*:XT,xterm*:XT",
.default_str = "",
.separator = ","
},