rxvt needs XT also for the moment.

pull/2195/head
Nicholas Marriott 2020-04-24 14:20:33 +01:00
parent c107708bcc
commit e67d65064e
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,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 = "tmux*:XT,rxvt*:XT,screen*:XT,xterm*:XT",
.separator = ","
},

View File

@ -328,7 +328,7 @@ tty_default_features(int *feat, const char *name, u_int version)
.features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,focus,overline,usstyle"
},
{ .name = "rxvt-unicode",
.features = "256,ccolour,cstyle,title"
.features = "256,bpaste,ccolour,cstyle,title"
},
{ .name = "iTerm2",
.features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync"