[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.141 and 1.142

version 1.141, 2021/06/10 07:24:10 version 1.142, 2021/06/10 07:50:03
Line 302 
Line 302 
           .text = "Maximum number of server messages to keep."            .text = "Maximum number of server messages to keep."
         },          },
   
           { .name = "prompt-history-limit",
             .type = OPTIONS_TABLE_NUMBER,
             .scope = OPTIONS_TABLE_SERVER,
             .minimum = 0,
             .maximum = INT_MAX,
             .default_num = 100,
             .text = "Maximum number of commands to keep in history."
           },
   
         { .name = "set-clipboard",          { .name = "set-clipboard",
           .type = OPTIONS_TABLE_CHOICE,            .type = OPTIONS_TABLE_CHOICE,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142