mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 17:46:05 +00:00
Make window_pane_index work the same as window_index, from Ben Boeckel.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1931,7 +1931,7 @@ struct window_pane *window_pane_next_by_number(struct window *,
|
||||
struct window_pane *, u_int);
|
||||
struct window_pane *window_pane_previous_by_number(struct window *,
|
||||
struct window_pane *, u_int);
|
||||
u_int window_pane_index(struct window *, struct window_pane *);
|
||||
int window_pane_index(struct window_pane *, u_int *);
|
||||
u_int window_count_panes(struct window *);
|
||||
void window_destroy_panes(struct window *);
|
||||
struct window_pane *window_pane_find_by_id(u_int);
|
||||
|
||||
Reference in New Issue
Block a user