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

Diff for /src/usr.bin/tmux/tmux.h between version 1.161 and 1.162

version 1.161, 2009/11/04 21:47:42 version 1.162, 2009/11/04 22:02:38
Line 805 
Line 805 
         struct input_ctx ictx;          struct input_ctx ictx;
   
         int              pipe_fd;          int              pipe_fd;
         struct event     pipe_event;          struct bufferevent *pipe_event;
         struct buffer   *pipe_buf;  
         size_t           pipe_off;          size_t           pipe_off;
   
         struct screen   *screen;          struct screen   *screen;

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162