summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-05-08 19:53:06 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-05-08 19:53:06 +0000
commit295ace682020769be8a6a6a02835099d93c392ef (patch)
treed55f3d1563aa55d9a5d9aa95eb4bdc29fed2afee /options-table.c
parentb0a88ebeadd56ebcb0cdbe9967a869d361b96c6f (diff)
Use the tsl and fsl terminfo(5) capabilities to update terminal title
and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 454dbffa..8da5d3a2 100644
--- a/options-table.c
+++ b/options-table.c
@@ -355,7 +355,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "terminal-overrides",
.type = OPTIONS_TABLE_STRING,
- .default_str = "*88col*:colors=88,*256col*:colors=256"
+ .default_str = "*88col*:colors=88,*256col*:colors=256,xterm*:XT"
},
{ .name = "update-environment",