[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.92 and 1.93

version 1.92, 2017/08/16 11:46:08 version 1.93, 2017/08/17 08:37:38
Line 655 
Line 655 
           .default_num = 0            .default_num = 0
         },          },
   
           { .name = "monitor-bell",
             .type = OPTIONS_TABLE_FLAG,
             .scope = OPTIONS_TABLE_WINDOW,
             .default_num = 1
           },
   
         { .name = "monitor-silence",          { .name = "monitor-silence",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW,

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93