[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.15 and 1.16

version 1.15, 2012/07/11 07:10:15 version 1.16, 2012/08/14 08:51:53
Line 76 
Line 76 
         if (args->argc != 0)          if (args->argc != 0)
                 template = args->argv[0];                  template = args->argv[0];
         if (template == NULL)          if (template == NULL)
                 template = DEFAULT_DISPLAY_MESSAGE_TEMPLATE;                  template = DISPLAY_MESSAGE_TEMPLATE;
   
         ft = format_create();          ft = format_create();
         format_client(ft, c);          format_client(ft, c);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16