From fc4eaeb89f5ce931461e1ba666de758dfc5863a5 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Thu, 13 Jun 2013 02:28:46 -0400 Subject: [PATCH] TERM 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 7d0119e9..504bcfca 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",