[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.26 and 1.27

version 1.26, 2014/10/20 23:35:28 version 1.27, 2015/02/05 10:29:43
Line 92 
Line 92 
                 template = DISPLAY_MESSAGE_TEMPLATE;                  template = DISPLAY_MESSAGE_TEMPLATE;
   
         ft = format_create();          ft = format_create();
         if (c != NULL)          format_defaults(ft, c, s, wl, wp);
                 format_client(ft, c);  
         format_session(ft, s);  
         format_winlink(ft, s, wl);  
         format_window_pane(ft, wp);  
   
         t = time(NULL);          t = time(NULL);
         len = strftime(out, sizeof out, template, localtime(&t));          len = strftime(out, sizeof out, template, localtime(&t));

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27