[BACK]Return to cmd-display-message.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-display-message.c between version 1.29 and 1.30

version 1.29, 2015/11/18 16:49:13 version 1.30, 2015/12/08 08:34:18
Line 88 
Line 88 
         if (template == NULL)          if (template == NULL)
                 template = DISPLAY_MESSAGE_TEMPLATE;                  template = DISPLAY_MESSAGE_TEMPLATE;
   
         ft = format_create();          ft = format_create(0);
         format_defaults(ft, c, s, wl, wp);          format_defaults(ft, c, s, wl, wp);
   
         msg = format_expand_time(ft, template, time(NULL));          msg = format_expand_time(ft, template, time(NULL));

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30