[BACK]Return to options-table.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/options-table.c between version 1.62 and 1.63

version 1.62, 2015/08/28 12:31:55 version 1.63, 2015/09/25 23:30:24
Line 107 
Line 107 
   
         { .name = "terminal-overrides",          { .name = "terminal-overrides",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .default_str = "*256col*:colors=256"            .default_str = "xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007"
                          ",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007"  
                          ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007"                           ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007"
                          ":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT"                           ":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT"
         },          },

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63