aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-08-12 12:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-08-12 12:01:09 +0100
commit6447404cc23a8593bc55840827f769b270b9d5be (patch)
treef2416665b11d80f98cf2aafa0cc136bef65a3105 /cmd-find.c
parent3c9b8a28c61e88d258060e38d459b05023b525ab (diff)
parent13b7fd82c12ff2a0812d2b378a49011c12028796 (diff)
downloadrtmux-6447404cc23a8593bc55840827f769b270b9d5be.tar.gz
rtmux-6447404cc23a8593bc55840827f769b270b9d5be.tar.bz2
rtmux-6447404cc23a8593bc55840827f769b270b9d5be.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 23b02a00..5da65174 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -101,10 +101,10 @@ const char *cmd_find_pane_table[][2] = {
{ "{top-right}", "top-right" },
{ "{bottom-left}", "bottom-left" },
{ "{bottom-right}", "bottom-right" },
- { "{up}", "{up}" },
- { "{down}", "{down}" },
- { "{left}", "{left}" },
- { "{right}", "{right}" },
+ { "{up-of}", "{up}" },
+ { "{down-of}", "{down}" },
+ { "{left-of}", "{left}" },
+ { "{right-up}", "{right}" },
{ NULL, NULL }
};