[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.130 and 1.131

version 1.130, 2020/05/16 16:30:59 version 1.131, 2020/05/16 16:44:54
Line 252 
Line 252 
                   "clients."                    "clients."
         },          },
   
           { .name = "extended-keys",
             .type = OPTIONS_TABLE_FLAG,
             .scope = OPTIONS_TABLE_SERVER,
             .default_num = 0,
             .text = "Whether to request extended key sequences from terminals "
                     "that support it."
           },
   
         { .name = "focus-events",          { .name = "focus-events",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131