[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.170 and 1.171

version 1.170, 2024/03/21 11:53:11 version 1.171, 2024/04/10 07:36:25
Line 876 
Line 876 
                   "to rename windows."                    "to rename windows."
         },          },
   
           { .name = "allow-set-title",
             .type = OPTIONS_TABLE_FLAG,
             .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
             .default_num = 1,
             .text = "Whether applications are allowed to use the escape sequence "
                     "to set the pane title."
           },
   
         { .name = "alternate-screen",          { .name = "alternate-screen",
           .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.170  
changed lines
  Added in v.1.171