[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.534 and 1.535

version 1.534, 2015/08/28 12:16:28 version 1.535, 2015/08/28 12:25:42
Line 777 
Line 777 
         void    (*resize)(struct window_pane *, u_int, u_int);          void    (*resize)(struct window_pane *, u_int, u_int);
         void    (*key)(struct window_pane *, struct client *, struct session *,          void    (*key)(struct window_pane *, struct client *, struct session *,
                     int, struct mouse_event *);                      int, struct mouse_event *);
         void    (*timer)(struct window_pane *);  
 };  };
   
 /* Structures for choose mode. */  /* Structures for choose mode. */

Legend:
Removed from v.1.534  
changed lines
  Added in v.1.535