[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.131 and 1.132

version 1.131, 2020/05/16 16:44:54 version 1.132, 2020/05/22 15:08:38
Line 307 
Line 307 
           .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 = "xterm*:clipboard:ccolour:cstyle:title,"            .default_str = "xterm*:clipboard:ccolour:cstyle:focus:title,"
                          "screen*:title",                           "screen*:title",
           .separator = ",",            .separator = ",",
           .text = "List of terminal features, used if they cannot be "            .text = "List of terminal features, used if they cannot be "

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132