mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-20 17:59:41 +00:00
TERM defaults to screen-256color
This commit is contained in:
parent
e52312ec3c
commit
fc4eaeb89f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue