diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-21 14:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-21 14:01:09 +0100 |
commit | 35f582583a208f39bda248b50e50c1c0adec3cf0 (patch) | |
tree | 9acfdd9b373575205891a29c8b65527b2ced4273 | |
parent | 1f4a5b5dfec0c65899c8421132eec4cadfa97aa7 (diff) | |
parent | ddbc4a0f6ca0c6486a038ce91971212785d44744 (diff) | |
download | rtmux-35f582583a208f39bda248b50e50c1c0adec3cf0.tar.gz rtmux-35f582583a208f39bda248b50e50c1c0adec3cf0.tar.bz2 rtmux-35f582583a208f39bda248b50e50c1c0adec3cf0.zip |
Merge branch 'obsd-master'
-rw-r--r-- | key-bindings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index 3dc3a054..cc1a1c6e 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -225,6 +225,7 @@ key_bindings_init(void) "bind -n MouseDown1Status select-window -t=", "bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'", "bind -n MouseDown3Pane select-pane -mt=", + "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -e\"'", }; u_int i; struct cmd_list *cmdlist; |