[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.27 and 1.28

version 1.27, 2012/04/01 13:18:38 version 1.28, 2012/04/23 22:23:14
Line 691 
Line 691 
           .default_str = "#I:#W#F"            .default_str = "#I:#W#F"
         },          },
   
           { .name = "window-status-separator",
             .type = OPTIONS_TABLE_STRING,
             .default_str = " "
           },
   
         { .name = "wrap-search",          { .name = "wrap-search",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .default_num = 1            .default_num = 1

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28