[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.118 and 1.119

version 1.118, 2020/04/20 13:25:36 version 1.119, 2020/04/21 05:26:13
Line 261 
Line 261 
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,
           .flags = OPTIONS_TABLE_IS_ARRAY,            .flags = OPTIONS_TABLE_IS_ARRAY,
           .default_str = "tmux*:XT,screen*:XT",            .default_str = "tmux*:XT,screen*:XT,xterm*:XT",
           .separator = ","            .separator = ","
         },          },
   

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119