From a43d35c13731b53f86454b586d579e4a300d5f4b Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Thu, 13 Jun 2013 02:29:18 -0400 Subject: [PATCH] defaults to screen-256color --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 76a61619..b00c942c 100644 --- a/options-table.c +++ b/options-table.c @@ -132,7 +132,7 @@ const struct options_table_entry session_options_table[] = { { .name = "default-terminal", .type = OPTIONS_TABLE_STRING, - .default_str = "screen" + .default_str = "screen-256color" }, { .name = "destroy-unattached",