summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Viennot <nicolas@viennot.biz>2013-06-13 02:28:46 -0400
committerNicolas Viennot <nicolas@viennot.biz>2013-06-13 02:34:58 -0400
commitfc4eaeb89f5ce931461e1ba666de758dfc5863a5 (patch)
treeceb6364ca0f12f0ad7da742c02530fc195e56d7e
parente52312ec3c404883a51d0112aa85ecf215b3c8cf (diff)
TERM defaults to screen-256color
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
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",