[BACK]Return to tmux-protocol.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux-protocol.h between version 1.1 and 1.2

version 1.1, 2021/08/13 07:37:58 version 1.2, 2023/01/06 07:09:27
Line 66 
Line 66 
         MSG_WRITE_OPEN,          MSG_WRITE_OPEN,
         MSG_WRITE,          MSG_WRITE,
         MSG_WRITE_READY,          MSG_WRITE_READY,
         MSG_WRITE_CLOSE          MSG_WRITE_CLOSE,
           MSG_READ_CANCEL
 };  };
   
 /*  /*
Line 90 
Line 91 
 struct msg_read_done {  struct msg_read_done {
         int     stream;          int     stream;
         int     error;          int     error;
   };
   
   struct msg_read_cancel {
           int     stream;
 };  };
   
 struct msg_write_open {  struct msg_write_open {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2