Make -v to source-file pass through to subsequent source-file commands,

GitHub issue 4216.
This commit is contained in:
nicm
2025-11-18 08:42:09 +00:00
parent b52dcff745
commit 2a3ec87887
4 changed files with 19 additions and 6 deletions

3
tmux.h
View File

@@ -2667,7 +2667,8 @@ const struct cmd_entry *cmd_get_entry(struct cmd *);
struct args *cmd_get_args(struct cmd *);
u_int cmd_get_group(struct cmd *);
void cmd_get_source(struct cmd *, const char **, u_int *);
struct cmd *cmd_parse(struct args_value *, u_int, const char *, u_int,
int cmd_get_parse_flags(struct cmd *);
struct cmd *cmd_parse(struct args_value *, u_int, const char *, u_int, int,
char **);
struct cmd *cmd_copy(struct cmd *, int, char **);
void cmd_free(struct cmd *);