[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.148 and 1.149

version 1.148, 2021/08/06 09:19:02 version 1.149, 2021/08/11 20:49:55
Line 185 
Line 185 
         { "display-panes-color", "display-panes-colour" },          { "display-panes-color", "display-panes-colour" },
         { "display-panes-active-color", "display-panes-active-colour" },          { "display-panes-active-color", "display-panes-active-colour" },
         { "clock-mode-color", "clock-mode-colour" },          { "clock-mode-color", "clock-mode-colour" },
           { "pane-colors", "pane-colours" },
         { NULL, NULL }          { NULL, NULL }
 };  };
   
Line 971 
Line 972 
           .flags = OPTIONS_TABLE_IS_STYLE,            .flags = OPTIONS_TABLE_IS_STYLE,
           .separator = ",",            .separator = ",",
           .text = "Style of the pane status lines."            .text = "Style of the pane status lines."
           },
   
           { .name = "pane-colours",
             .type = OPTIONS_TABLE_COLOUR,
             .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
             .default_str = "",
             .flags = OPTIONS_TABLE_IS_ARRAY,
             .text = "The default colour palette for colours zero to 255."
         },          },
   
         { .name = "remain-on-exit",          { .name = "remain-on-exit",

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149