[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.46 and 1.47

version 1.46, 2014/03/31 21:41:35 version 1.47, 2014/04/17 07:36:45
Line 491 
Line 491 
           .default_num = 0            .default_num = 0
         },          },
   
         { .name = "visual-content",  
           .type = OPTIONS_TABLE_FLAG,  
           .default_num = 0  
         },  
   
         { .name = "visual-silence",          { .name = "visual-silence",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .default_num = 0            .default_num = 0
Line 629 
Line 624 
           .default_num = 0            .default_num = 0
         },          },
   
         { .name = "monitor-content",  
           .type = OPTIONS_TABLE_STRING,  
           .default_str = ""  
         },  
   
         { .name = "monitor-silence",          { .name = "monitor-silence",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .minimum = 0,            .minimum = 0,
Line 733 
Line 723 
           .type = OPTIONS_TABLE_COLOUR,            .type = OPTIONS_TABLE_COLOUR,
           .default_num = 8,            .default_num = 8,
           .style = "window-status-style"            .style = "window-status-style"
         },  
   
         { .name = "window-status-content-attr",  
           .type = OPTIONS_TABLE_ATTRIBUTES,  
           .default_num = GRID_ATTR_REVERSE,  
           .style = "window-status-content-style"  
         },  
   
         { .name = "window-status-content-bg",  
           .type = OPTIONS_TABLE_COLOUR,  
           .default_num = 8,  
           .style = "window-status-content-style"  
         },  
   
         { .name = "window-status-content-fg",  
           .type = OPTIONS_TABLE_COLOUR,  
           .default_num = 8,  
           .style = "window-status-content-style"  
         },  
   
         { .name = "window-status-content-style",  
           .type = OPTIONS_TABLE_STYLE,  
           .default_str = "reverse"  
         },          },
   
         { .name = "window-status-current-attr",          { .name = "window-status-current-attr",

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47