Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from

davidegirardi in GitHub issue 2046.
pull/2051/head
nicm 2020-01-02 13:44:17 +00:00
parent ac85a3e0d3
commit a770a3bf7e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const struct cmd_entry cmd_move_pane_entry = {
.args = { "bdhvp:l:s:t:", 0, 0 },
.usage = "[-bdhv] [-p percentage|-l size] " CMD_SRCDST_PANE_USAGE,
.source = { 's', CMD_FIND_PANE, 0 },
.source = { 's', CMD_FIND_PANE, CMD_FIND_DEFAULT_MARKED },
.target = { 't', CMD_FIND_PANE, 0 },
.flags = 0,