[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.111 and 1.112

version 1.111, 2019/09/19 09:02:30 version 1.112, 2019/11/14 07:55:01
Line 147 
Line 147 
 /* Top-level options. */  /* Top-level options. */
 const struct options_table_entry options_table[] = {  const struct options_table_entry options_table[] = {
         /* Server options. */          /* Server options. */
           { .name = "backspace",
             .type = OPTIONS_TABLE_KEY,
             .scope = OPTIONS_TABLE_SERVER,
             .default_num = '\177',
           },
   
         { .name = "buffer-limit",          { .name = "buffer-limit",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112