Remember last pane or type of location for double and triple clicks and

correctly handle it changes between first and second or second and
third. GitHub issue 4795 from Shaobo Song.
This commit is contained in:
nicm
2026-01-12 07:48:36 +00:00
parent 426467856d
commit a443531280
2 changed files with 40 additions and 23 deletions

2
tmux.h
View File

@@ -1942,6 +1942,8 @@ struct client {
struct event repeat_timer;
struct event click_timer;
int click_where;
int click_wp;
u_int click_button;
struct mouse_event click_event;