[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.26 and 1.27

version 1.26, 2012/03/20 11:23:12 version 1.27, 2012/04/01 13:18:38
Line 505 
Line 505 
           .default_num = 0            .default_num = 0
         },          },
   
           { .name = "layout-history-limit",
             .type = OPTIONS_TABLE_NUMBER,
             .minimum = 1,
             .maximum = USHRT_MAX,
             .default_num = 20
           },
   
         { .name = "main-pane-height",          { .name = "main-pane-height",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .minimum = 1,            .minimum = 1,

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27