summaryrefslogtreecommitdiffstats
path: root/cmd-display-menu.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-04-16 12:12:50 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-04-16 12:12:50 +0100
commit73cf767a35f2123cc0ba40080ae1d58da9ed6e35 (patch)
treeea32bbb322eeb7f708767c013605b3c8f135d2b7 /cmd-display-menu.c
parentb2588eed03640dc74ffdbebd10c719064b575291 (diff)
Fix display-menu -xR, from Alexis Hildebrandt.
Diffstat (limited to 'cmd-display-menu.c')
-rw-r--r--cmd-display-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-display-menu.c b/cmd-display-menu.c
index 5a5aabcd..de423e68 100644
--- a/cmd-display-menu.c
+++ b/cmd-display-menu.c
@@ -205,7 +205,7 @@ cmd_display_menu_get_position(struct client *tc, struct cmdq_item *item,
if (xp == NULL || strcmp(xp, "C") == 0)
xp = "#{popup_centre_x}";
else if (strcmp(xp, "R") == 0)
- xp = "#{popup_right}";
+ xp = "#{popup_pane_right}";
else if (strcmp(xp, "P") == 0)
xp = "#{popup_pane_left}";
else if (strcmp(xp, "M") == 0)