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

Diff for /src/usr.bin/tmux/names.c between version 1.32 and 1.33

version 1.32, 2015/12/08 08:34:18 version 1.33, 2015/12/11 12:27:36
Line 118 
Line 118 
         struct format_tree      *ft;          struct format_tree      *ft;
         char                    *fmt, *name;          char                    *fmt, *name;
   
         ft = format_create(0);          ft = format_create(NULL, 0);
         format_defaults_window(ft, w);          format_defaults_window(ft, w);
         format_defaults_pane(ft, w->active);          format_defaults_pane(ft, w->active);
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33