diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-27 10:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-27 10:01:13 +0000 |
commit | 147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b (patch) | |
tree | 099e5b6dfcbcf9dcd4849da370549c39f0aa8602 /key-bindings.c | |
parent | 9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf (diff) | |
parent | 9952201ca72b42819d64a9174fa7b5b898215668 (diff) | |
download | rtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.tar.gz rtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.tar.bz2 rtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 2d739e84..e12dd62c 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -227,7 +227,7 @@ key_bindings_init(void) "bind -n WheelUpStatus previous-window", "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\"'", + "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -et=\"'", }; u_int i; struct cmd_list *cmdlist; |