[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.31 and 1.32

version 1.31, 2015/11/18 14:27:44 version 1.32, 2015/12/08 08:34:18
Line 118 
Line 118 
         struct format_tree      *ft;          struct format_tree      *ft;
         char                    *fmt, *name;          char                    *fmt, *name;
   
         ft = format_create();          ft = format_create(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.31  
changed lines
  Added in v.1.32