[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.78 and 1.79

version 1.78, 2017/01/12 15:36:35 version 1.79, 2017/01/15 20:16:22
Line 105 
Line 105 
           .default_num = 100            .default_num = 100
         },          },
   
         { .name = "quiet",  
           .type = OPTIONS_TABLE_FLAG,  
           .scope = OPTIONS_TABLE_SERVER,  
           .default_num = 0  
         },  
   
         { .name = "set-clipboard",          { .name = "set-clipboard",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79