1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

defaults to screen-256color

This commit is contained in:
Nicolas Viennot 2013-06-13 02:29:18 -04:00
parent d9349a3884
commit a43d35c137

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