[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.133 and 1.134

version 1.133, 2020/07/24 07:05:37 version 1.134, 2020/08/25 11:35:32
Line 171 
Line 171 
           .separator = "" \            .separator = "" \
         }          }
   
   /* Map of name conversions. */
   const struct options_name_map options_other_names[] = {
           { "display-panes-color", "display-panes-colour" },
           { "display-panes-active-color", "display-panes-active-colour" },
           { "clock-mode-color", "clock-mode-colour" },
           { NULL, NULL }
   };
   
 /* Top-level options. */  /* Top-level options. */
 const struct options_table_entry options_table[] = {  const struct options_table_entry options_table[] = {
         /* Server options. */          /* Server options. */

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134