[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.160 and 1.161

version 1.160, 2022/03/16 17:00:17 version 1.161, 2022/03/17 11:35:37
Line 1081 
Line 1081 
                   "remain-on-exit is enabled."                    "remain-on-exit is enabled."
         },          },
   
           { .name = "scroll-on-clear",
             .type = OPTIONS_TABLE_FLAG,
             .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
             .default_num = 1,
             .text = "Whether the contents of the screen should be scrolled into"
                     "history when clearing the whole screen."
           },
   
         { .name = "synchronize-panes",          { .name = "synchronize-panes",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161