Merge branch 'tmux:master' into feature-floating-window-panes

This commit is contained in:
Michael Grant
2025-11-19 14:23:05 +00:00
committed by GitHub
5 changed files with 21 additions and 8 deletions

3
tmux.h
View File

@@ -2730,7 +2730,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 *);