mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Merge branch 'obsd-master'
This commit is contained in:
3
tmux.h
3
tmux.h
@ -2125,7 +2125,8 @@ void window_pane_key(struct window_pane *, struct client *,
|
||||
struct session *, key_code, struct mouse_event *);
|
||||
int window_pane_outside(struct window_pane *);
|
||||
int window_pane_visible(struct window_pane *);
|
||||
char *window_pane_search(struct window_pane *, const char *,
|
||||
u_int window_pane_search(struct window_pane *, const char *);
|
||||
char *window_pane_search_old(struct window_pane *, const char *,
|
||||
u_int *);
|
||||
const char *window_printable_flags(struct winlink *);
|
||||
struct window_pane *window_pane_find_up(struct window_pane *);
|
||||
|
Reference in New Issue
Block a user