mirror of
https://github.com/tmux/tmux.git
synced 2026-01-12 01:00:22 +00:00
Add support to drag and resize floating window panes.
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -1596,7 +1596,7 @@ struct tty {
|
||||
int mouse_drag_flag;
|
||||
int mouse_scrolling_flag;
|
||||
int mouse_slider_mpos;
|
||||
|
||||
struct window_pane *mouse_wp;
|
||||
void (*mouse_drag_update)(struct client *,
|
||||
struct mouse_event *);
|
||||
void (*mouse_drag_release)(struct client *,
|
||||
@@ -3266,6 +3266,7 @@ struct window_pane *window_pane_find_by_id_str(const char *);
|
||||
struct window_pane *window_pane_find_by_id(u_int);
|
||||
int window_pane_destroy_ready(struct window_pane *);
|
||||
void window_pane_resize(struct window_pane *, u_int, u_int);
|
||||
void window_pane_move(struct window_pane *, u_int, u_int);
|
||||
int window_pane_set_mode(struct window_pane *,
|
||||
struct window_pane *, const struct window_mode *,
|
||||
struct cmd_find_state *, struct args *);
|
||||
|
||||
Reference in New Issue
Block a user