rxvt needs XT also for the moment.

This commit is contained in:
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 = ","
},