[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.801 and 1.802

version 1.801, 2017/08/27 08:33:55 version 1.802, 2017/08/28 12:36:38
Line 2162 
Line 2162 
 void             window_pane_reset_mode(struct window_pane *);  void             window_pane_reset_mode(struct window_pane *);
 void             window_pane_key(struct window_pane *, struct client *,  void             window_pane_key(struct window_pane *, struct client *,
                      struct session *, key_code, struct mouse_event *);                       struct session *, key_code, struct mouse_event *);
 int              window_pane_outside(struct window_pane *);  
 int              window_pane_visible(struct window_pane *);  int              window_pane_visible(struct window_pane *);
 u_int            window_pane_search(struct window_pane *, const char *);  u_int            window_pane_search(struct window_pane *, const char *);
 const char      *window_printable_flags(struct winlink *);  const char      *window_printable_flags(struct winlink *);

Legend:
Removed from v.1.801  
changed lines
  Added in v.1.802