[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.121 and 1.122

version 1.121, 2020/05/16 14:39:40 version 1.122, 2020/05/16 14:46:14
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,rxvt*:XT,screen*:XT,xterm*:XT",            .default_str = "",
           .separator = ","            .separator = ","
         },          },
   

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122