From 4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 18 May 2011 20:28:43 +0000 Subject: 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. --- options-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options-table.c') 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 @@ -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", -- cgit