[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.31 and 1.32

version 1.31, 2013/01/15 22:55:29 version 1.32, 2013/01/17 00:11:22
Line 517 
Line 517 
           .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.31  
changed lines
  Added in v.1.32