Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-02-13 10:01:10 +00:00
8 changed files with 52 additions and 10 deletions

1
tmux.h
View File

@ -3096,6 +3096,7 @@ int window_pane_key(struct window_pane *, struct client *,
struct session *, struct winlink *, key_code,
struct mouse_event *);
int window_pane_visible(struct window_pane *);
int window_pane_exited(struct window_pane *);
u_int window_pane_search(struct window_pane *, const char *, int,
int);
const char *window_printable_flags(struct winlink *, int);