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

Diff for /src/usr.bin/tmux/cmd-show-messages.c between version 1.33 and 1.34

version 1.33, 2020/05/16 15:47:22 version 1.34, 2020/05/16 16:02:24
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <time.h>  #include <time.h>
 #include <unistd.h>  #include <unistd.h>
Line 28 
Line 29 
 /*  /*
  * Show client message log.   * Show client message log.
  */   */
   
   #define SHOW_MESSAGES_TEMPLATE \
           "#{t/p:message_time}: #{message_text}"
   
 static enum cmd_retval  cmd_show_messages_exec(struct cmd *,  static enum cmd_retval  cmd_show_messages_exec(struct cmd *,
                             struct cmdq_item *);                              struct cmdq_item *);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34