diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-02 08:01:29 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-02 08:01:29 +0100 |
commit | 9bcf5c0b900f2bae5c590969393cd51add37f933 (patch) | |
tree | c0ef69db5433b5e2474e7d5afbe608b7f269ec1c /key-bindings.c | |
parent | 7e6db00dd2a0272bf6fac6b4ad7b4e122431025c (diff) | |
parent | 90f4e149c1b8c2211727d5e9c3eecf8f4dd9b151 (diff) | |
download | rtmux-9bcf5c0b900f2bae5c590969393cd51add37f933.tar.gz rtmux-9bcf5c0b900f2bae5c590969393cd51add37f933.tar.bz2 rtmux-9bcf5c0b900f2bae5c590969393cd51add37f933.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/key-bindings.c b/key-bindings.c index a528a6c0..e9f175d0 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -317,7 +317,7 @@ key_bindings_init(void) "bind -N 'Resize the pane right' -r C-Right resize-pane -R", /* Menu keys */ - "bind < display-menu -xW -yS -T '#[align=centre]#{window_index}:#{window_name}' " DEFAULT_WINDOW_MENU, + "bind < display-menu -xW -yW -T '#[align=centre]#{window_index}:#{window_name}' " DEFAULT_WINDOW_MENU, "bind > display-menu -xP -yP -T '#[align=centre]#{pane_index} (#{pane_id})' " DEFAULT_PANE_MENU, /* Mouse button 1 down on pane. */ @@ -351,10 +351,10 @@ key_bindings_init(void) "bind -n WheelUpStatus previous-window", /* Mouse button 3 down on status left. */ - "bind -n MouseDown3StatusLeft display-menu -t= -xM -yS -T '#[align=centre]#{session_name}' " DEFAULT_SESSION_MENU, + "bind -n MouseDown3StatusLeft display-menu -t= -xM -yW -T '#[align=centre]#{session_name}' " DEFAULT_SESSION_MENU, /* Mouse button 3 down on status line. */ - "bind -n MouseDown3Status display-menu -t= -xW -yS -T '#[align=centre]#{window_index}:#{window_name}' " DEFAULT_WINDOW_MENU, + "bind -n MouseDown3Status display-menu -t= -xW -yW -T '#[align=centre]#{window_index}:#{window_name}' " DEFAULT_WINDOW_MENU, /* Mouse button 3 down on pane. */ "bind -n MouseDown3Pane if -Ft= '#{||:#{mouse_any_flag},#{&&:#{pane_in_mode},#{?#{m/r:(copy|view)-mode,#{pane_mode}},0,1}}}' { select-pane -t=; send -M } { display-menu -t= -xM -yM -T '#[align=centre]#{pane_index} (#{pane_id})' " DEFAULT_PANE_MENU " }", |