TERM defaults to screen-256color

This commit is contained in:
Nicolas Viennot 2013-06-13 02:28:46 -04:00
parent e52312ec3c
commit fc4eaeb89f

View File

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