[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.152 and 1.153

version 1.152, 2021/10/14 13:19:01 version 1.153, 2021/11/01 09:34:49
Line 188 
Line 188 
         { "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" },
           { "cursor-color", "cursor-colour" },
         { "pane-colors", "pane-colours" },          { "pane-colors", "pane-colours" },
         { NULL, NULL }          { NULL, NULL }
 };  };
Line 233 
Line 234 
           .default_str = "",            .default_str = "",
           .text = "Shell command run when text is copied. "            .text = "Shell command run when text is copied. "
                   "If empty, no command is run."                    "If empty, no command is run."
           },
   
           { .name = "cursor-colour",
             .type = OPTIONS_TABLE_COLOUR,
             .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
             .default_num = -1,
             .text = "Colour of the cursor."
         },          },
   
         { .name = "default-terminal",          { .name = "default-terminal",

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153