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

Diff for /src/usr.bin/tmux/server-client.c between version 1.51 and 1.52

version 1.51, 2011/01/26 01:54:56 version 1.52, 2011/03/29 19:30:16
Line 614 
Line 614 
   
         template = options_get_string(&s->options, "set-titles-string");          template = options_get_string(&s->options, "set-titles-string");
   
         title = status_replace(c, NULL, template, time(NULL), 1);          title = status_replace(c, NULL, NULL, NULL, template, time(NULL), 1);
         if (c->title == NULL || strcmp(title, c->title) != 0) {          if (c->title == NULL || strcmp(title, c->title) != 0) {
                 if (c->title != NULL)                  if (c->title != NULL)
                         xfree(c->title);                          xfree(c->title);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52