[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.13 and 1.14

version 1.13, 2015/07/28 15:18:10 version 1.14, 2015/11/24 21:19:46
Line 61 
Line 61 
   
         cmdq_print(cmdq, "started %s", tim);          cmdq_print(cmdq, "started %s", tim);
         cmdq_print(cmdq, "socket path %s", socket_path);          cmdq_print(cmdq, "socket path %s", socket_path);
         cmdq_print(cmdq, "debug level %d", debug_level);  
         cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION);          cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION);
   
         return (1);          return (1);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14