mirror of
https://github.com/tmux/tmux.git
synced 2025-03-30 19:48:48 +00:00
Fix display-menu -xR, from Alexis Hildebrandt.
This commit is contained in:
parent
b2588eed03
commit
73cf767a35
@ -205,7 +205,7 @@ cmd_display_menu_get_position(struct client *tc, struct cmdq_item *item,
|
|||||||
if (xp == NULL || strcmp(xp, "C") == 0)
|
if (xp == NULL || strcmp(xp, "C") == 0)
|
||||||
xp = "#{popup_centre_x}";
|
xp = "#{popup_centre_x}";
|
||||||
else if (strcmp(xp, "R") == 0)
|
else if (strcmp(xp, "R") == 0)
|
||||||
xp = "#{popup_right}";
|
xp = "#{popup_pane_right}";
|
||||||
else if (strcmp(xp, "P") == 0)
|
else if (strcmp(xp, "P") == 0)
|
||||||
xp = "#{popup_pane_left}";
|
xp = "#{popup_pane_left}";
|
||||||
else if (strcmp(xp, "M") == 0)
|
else if (strcmp(xp, "M") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user