diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-21 12:01:41 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-21 12:01:41 +0100 |
commit | 62036121fa3f69a93031f90956e659e090d79a1f (patch) | |
tree | ff1f52ad0c756d30e0dcc53adf8efd775da80c5a /cmd-select-pane.c | |
parent | b0da0cee4d54aa64db0f49eee509a76fd89d6f68 (diff) | |
parent | 110ba767e591946d6784acef87737850f2ad3ae9 (diff) | |
download | rtmux-62036121fa3f69a93031f90956e659e090d79a1f.tar.gz rtmux-62036121fa3f69a93031f90956e659e090d79a1f.tar.bz2 rtmux-62036121fa3f69a93031f90956e659e090d79a1f.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-select-pane.c')
-rw-r--r-- | cmd-select-pane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-select-pane.c b/cmd-select-pane.c index c5b4ee13..ae21d4ce 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -33,7 +33,7 @@ const struct cmd_entry cmd_select_pane_entry = { .name = "select-pane", .alias = "selectp", - .args = { "DdegLlMmP:RT:t:UZ", 0, 0 }, /* -P and -g deprecated */ + .args = { "DdegLlMmP:RT:t:UZ", 0, 0, NULL }, /* -P and -g deprecated */ .usage = "[-DdeLlMmRUZ] [-T title] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, @@ -46,7 +46,7 @@ const struct cmd_entry cmd_last_pane_entry = { .name = "last-pane", .alias = "lastp", - .args = { "det:Z", 0, 0 }, + .args = { "det:Z", 0, 0, NULL }, .usage = "[-deZ] " CMD_TARGET_WINDOW_USAGE, .target = { 't', CMD_FIND_WINDOW, 0 }, |