Pane resizing code for floating panes, mostly by Michael Grant.

This commit is contained in:
nicm
2026-05-21 07:28:51 +00:00
parent 0057905ca0
commit 9aa9a92f72
3 changed files with 253 additions and 58 deletions

2
tmux.h
View File

@@ -1674,7 +1674,7 @@ struct tty {
int mouse_drag_flag;
int mouse_scrolling_flag;
int mouse_slider_mpos;
int mouse_last_pane;
void (*mouse_drag_update)(struct client *,
struct mouse_event *);
void (*mouse_drag_release)(struct client *,