mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
The actual terminfo entries we ended up with for cursor changes are Cs,
Ce, Ss and Se (not Cc, Ce, Cs, Csr). So use and document these instead of the ones we were using earlier.
This commit is contained in:
@ -416,8 +416,8 @@ const struct options_table_entry session_options_table[] = {
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.default_str = "*256col*:colors=256"
|
||||
",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007"
|
||||
":Cc=\\E]12;%p1%s\\007:Cr=\\E]112\\007"
|
||||
":Cs=\\E[%p1%d q:Csr=\\E[2 q,screen*:XT"
|
||||
":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007"
|
||||
":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT"
|
||||
},
|
||||
|
||||
{ .name = "update-environment",
|
||||
|
Reference in New Issue
Block a user