[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.13 and 1.14

version 1.13, 2012/03/17 18:24:07 version 1.14, 2012/04/08 06:47:26
Line 49 
Line 49 
         struct window   *w = data;          struct window   *w = data;
         char            *name, *wname;          char            *name, *wname;
   
         queue_window_name(w);   /* XXX even if the option is off? */          queue_window_name(w); /* stopped when option turned off */
         if (!options_get_number(&w->options, "automatic-rename"))  
                 return;  
   
         if (w->active->screen != &w->active->base)          if (w->active->screen != &w->active->base)
                 name = NULL;                  name = NULL;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14