[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.175 and 1.176

version 1.175, 2015/12/08 08:34:18 version 1.176, 2015/12/11 12:27:36
Line 933 
Line 933 
   
         template = options_get_string(s->options, "set-titles-string");          template = options_get_string(s->options, "set-titles-string");
   
         ft = format_create(0);          ft = format_create(NULL, 0);
         format_defaults(ft, c, NULL, NULL, NULL);          format_defaults(ft, c, NULL, NULL, NULL);
   
         title = format_expand_time(ft, template, time(NULL));          title = format_expand_time(ft, template, time(NULL));

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176