[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.37 and 1.38

version 1.37, 2016/10/11 13:21:59 version 1.38, 2017/01/13 11:56:43
Line 121 
Line 121 
 format_window_name(struct window *w)  format_window_name(struct window *w)
 {  {
         struct format_tree      *ft;          struct format_tree      *ft;
         char                    *fmt, *name;          const char              *fmt;
           char                    *name;
   
         ft = format_create(NULL, 0);          ft = format_create(NULL, 0);
         format_defaults_window(ft, w);          format_defaults_window(ft, w);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38