[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.209 and 1.210

version 1.209, 2017/02/01 09:55:07 version 1.210, 2017/02/03 11:57:27
Line 1222 
Line 1222 
   
         template = options_get_string(s->options, "set-titles-string");          template = options_get_string(s->options, "set-titles-string");
   
         ft = format_create(NULL, 0);          ft = format_create(NULL, FORMAT_NONE, 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.209  
changed lines
  Added in v.1.210