next-prompt can have 1 argument.

This commit is contained in:
nicm 2023-11-02 10:38:14 +00:00
parent fdf465925e
commit 5aadee6df4

View File

@ -2719,7 +2719,7 @@ static const struct {
}, },
{ .command = "next-prompt", { .command = "next-prompt",
.minargs = 0, .minargs = 0,
.maxargs = 0, .maxargs = 1,
.clear = WINDOW_COPY_CMD_CLEAR_ALWAYS, .clear = WINDOW_COPY_CMD_CLEAR_ALWAYS,
.f = window_copy_cmd_next_prompt .f = window_copy_cmd_next_prompt
}, },