Use the tsl and fsl terminfo(5) capabilities to update terminal title

and automatically fill them in on terminals with the XT capability
(which means their title setting is xterm-compatible). From hsim at
gmx.li.
This commit is contained in:
Nicholas Marriott
2011-05-08 19:53:06 +00:00
parent b0a88ebead
commit 295ace6820
5 changed files with 28 additions and 11 deletions

View File

@ -355,7 +355,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "terminal-overrides",
.type = OPTIONS_TABLE_STRING,
.default_str = "*88col*:colors=88,*256col*:colors=256"
.default_str = "*88col*:colors=88,*256col*:colors=256,xterm*:XT"
},
{ .name = "update-environment",