summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",