[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.1 and 1.2

version 1.1, 2011/01/01 16:51:21 version 1.2, 2011/01/03 23:35:21
Line 198 
Line 198 
           .default_num = 0            .default_num = 0
         },          },
   
           { .name = "mouse-utf8",
             .type = OPTIONS_TABLE_FLAG,
             .default_num = 0
           },
   
         { .name = "pane-active-border-bg",          { .name = "pane-active-border-bg",
           .type = OPTIONS_TABLE_COLOUR,            .type = OPTIONS_TABLE_COLOUR,
           .default_num = 8            .default_num = 8

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2