mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Insert full size panes at the right position, from KOIE Hidetaka in
GitHub issue 1284.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2145,7 +2145,7 @@ int window_has_pane(struct window *, struct window_pane *);
|
||||
int window_set_active_pane(struct window *, struct window_pane *);
|
||||
void window_redraw_active_switch(struct window *,
|
||||
struct window_pane *);
|
||||
struct window_pane *window_add_pane(struct window *, struct window_pane *,
|
||||
struct window_pane *window_add_pane(struct window *, struct window_pane *, int,
|
||||
int, u_int);
|
||||
void window_resize(struct window *, u_int, u_int);
|
||||
int window_zoom(struct window_pane *);
|
||||
|
Reference in New Issue
Block a user