mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Now that struct winlink has a session pointer, can remove some arguments.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2120,7 +2120,7 @@ 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 *);
|
||||
const char *window_printable_flags(struct session *, struct winlink *);
|
||||
const char *window_printable_flags(struct winlink *);
|
||||
struct window_pane *window_pane_find_up(struct window_pane *);
|
||||
struct window_pane *window_pane_find_down(struct window_pane *);
|
||||
struct window_pane *window_pane_find_left(struct window_pane *);
|
||||
|
Reference in New Issue
Block a user