[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.14 and 1.15

version 1.14, 2015/11/24 21:19:46 version 1.15, 2015/11/24 21:23:44
Line 62 
Line 62 
         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, "protocol version %d", PROTOCOL_VERSION);          cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION);
           cmdq_print(cmdq, "libevent %s (%s)", event_get_version(),
               event_get_method());
   
         return (1);          return (1);
 }  }

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