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",