[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.72 and 1.73

version 1.72, 2016/04/29 15:00:48 version 1.73, 2016/05/04 21:29:47
Line 699 
Line 699 
         { .name = "pane-border-format",          { .name = "pane-border-format",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW,
           .default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] \"#{pane_title}\""            .default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] "
                            "\"#{pane_title}\""
         },          },
   
         { .name = "pane-border-status",          { .name = "pane-border-status",

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73