aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-05-18 20:28:43 +0000
committerTiago Cunha <tcunha@gmx.com>2011-05-18 20:28:43 +0000
commit4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7 (patch)
tree3e2246963d761c24ccfd19327ce0d2b07d940ab9 /options-table.c
parent046e8363b4f07dae83b6390e8dc49628dd0f250a (diff)
downloadrtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.tar.gz
rtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.tar.bz2
rtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.zip
Sync OpenBSD patchset 904:
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 037ae2f8..59f16d14 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1,4 +1,4 @@
-/* $Id: options-table.c,v 1.7 2011-04-18 21:07:58 nicm Exp $ */
+/* $Id: options-table.c,v 1.8 2011-05-18 20:28:40 tcunha Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -354,7 +354,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",