mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
next-prompt can have 1 argument.
This commit is contained in:
parent
fdf465925e
commit
5aadee6df4
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user