[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.123 and 1.124

version 1.123, 2020/05/16 15:01:31 version 1.124, 2020/05/16 15:11:52
Line 656 
Line 656 
           .default_num = 1            .default_num = 1
         },          },
   
           { .name = "copy-mode-match-style",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_WINDOW,
             .default_str = "bg=cyan,fg=black",
             .flags = OPTIONS_TABLE_IS_STYLE,
             .separator = ","
           },
   
           { .name = "copy-mode-current-match-style",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_WINDOW,
             .default_str = "bg=magenta,fg=black",
             .flags = OPTIONS_TABLE_IS_STYLE,
             .separator = ","
           },
   
         { .name = "main-pane-height",          { .name = "main-pane-height",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW,

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124