[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.628 and 1.629

version 1.628, 2016/04/30 18:59:02 version 1.629, 2016/05/01 13:39:05
Line 2219 
Line 2219 
 void             window_copy_init_for_output(struct window_pane *);  void             window_copy_init_for_output(struct window_pane *);
 void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...);  void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...);
 void             window_copy_vadd(struct window_pane *, const char *, va_list);  void             window_copy_vadd(struct window_pane *, const char *, va_list);
 void             window_copy_pageup(struct window_pane *);  void             window_copy_pageup(struct window_pane *, int);
 void             window_copy_start_drag(struct client *, struct mouse_event *);  void             window_copy_start_drag(struct client *, struct mouse_event *);
 int              window_copy_scroll_position(struct window_pane *);  int              window_copy_scroll_position(struct window_pane *);
   

Legend:
Removed from v.1.628  
changed lines
  Added in v.1.629