[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.135 and 1.136

version 1.135, 2020/12/01 08:12:58 version 1.136, 2020/12/15 08:31:50
Line 958 
Line 958 
   
         { .name = "synchronize-panes",          { .name = "synchronize-panes",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
           .default_num = 0,            .default_num = 0,
           .text = "Whether typing should be sent to all panes simultaneously."            .text = "Whether typing should be sent to all panes simultaneously."
         },          },

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136