[BACK]Return to screen-redraw.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.64 and 1.65

version 1.64, 2019/06/26 13:03:47 version 1.65, 2019/07/24 21:16:17
Line 266 
Line 266 
   
         fmt = options_get_string(w->options, "pane-border-format");          fmt = options_get_string(w->options, "pane-border-format");
   
         ft = format_create(c, NULL, FORMAT_PANE|wp->id, 0);          ft = format_create(c, NULL, FORMAT_PANE|wp->id, FORMAT_STATUS);
         format_defaults(ft, c, NULL, NULL, wp);          format_defaults(ft, c, NULL, NULL, wp);
   
         expanded = format_expand_time(ft, fmt);          expanded = format_expand_time(ft, fmt);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65