mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Bind mouse dragging so that it is passed through to applications if they
want it rather than entering copy mode.
This commit is contained in:
@ -221,7 +221,7 @@ key_bindings_init(void)
|
||||
"bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",
|
||||
"bind -n MouseDrag1Border resize-pane -M",
|
||||
"bind -n MouseDown1Status select-window -t=",
|
||||
"bind -n MouseDrag1Pane copy-mode -M",
|
||||
"bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",
|
||||
};
|
||||
u_int i;
|
||||
struct cmd_list *cmdlist;
|
||||
|
Reference in New Issue
Block a user