[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.1168 and 1.1169

version 1.1168, 2022/05/30 12:52:02 version 1.1169, 2022/05/30 13:00:18
Line 3083 
Line 3083 
 /* window-copy.c */  /* window-copy.c */
 extern const struct window_mode window_copy_mode;  extern const struct window_mode window_copy_mode;
 extern const struct window_mode window_view_mode;  extern const struct window_mode window_view_mode;
 void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...);  void printflike(3, 4) window_copy_add(struct window_pane *, int, const char *,
 void printflike(2, 0) window_copy_vadd(struct window_pane *, const char *,                       ...);
   void printflike(3, 0) window_copy_vadd(struct window_pane *, int, const char *,
                      va_list);                       va_list);
 void             window_copy_pageup(struct window_pane *, int);  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 *);

Legend:
Removed from v.1.1168  
changed lines
  Added in v.1.1169