Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-04 10:45:09 +01:00
3 changed files with 24 additions and 11 deletions

2
tmux.h
View File

@@ -3619,7 +3619,7 @@ void printflike(3, 4) window_copy_add(struct window_pane *, int, const char *,
...);
void printflike(3, 0) window_copy_vadd(struct window_pane *, int, const char *,
va_list);
void window_copy_scroll(struct window_pane *, int, u_int, int);
void window_copy_scroll(struct window_pane *, int, u_int, u_int, int);
void window_copy_pageup(struct window_pane *, int);
void window_copy_pagedown(struct window_pane *, int, int);
void window_copy_start_drag(struct client *, struct mouse_event *);