Merge pull request #5239 from daneofmanythings/fp--missing-flag-move-pane

fix(floating_panes): Added missing `-D` flag from `move-pane` .args field.
This commit is contained in:
Dane Jensen
2026-06-17 15:01:03 -07:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ const struct cmd_entry cmd_move_pane_entry = {
.name = "move-pane",
.alias = "movep",
.args = { "bdfhMvl:L::P:R::s:t:U::X:Y:z:", 0, 0, NULL },
.args = { "bdD::fhMvl:L::P:R::s:t:U::X:Y:z:", 0, 0, NULL },
.usage = "[-bdfhMv] [-D lines] [-l size] [-L columns] [-P position] "
"[-R columns] " CMD_SRCDST_PANE_USAGE " [-U lines] "
"[-X x-position] [-Y y-position] [-z z-index]",