Preserve command group when moving temporary list to current list being

buit.
This commit is contained in:
nicm
2021-08-21 14:06:17 +00:00
parent 110ba767e5
commit c286fbdcd7
3 changed files with 14 additions and 2 deletions

1
tmux.h
View File

@ -2256,6 +2256,7 @@ void cmd_free(struct cmd *);
char *cmd_print(struct cmd *);
struct cmd_list *cmd_list_new(void);
void cmd_list_append(struct cmd_list *, struct cmd *);
void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
void cmd_list_move(struct cmd_list *, struct cmd_list *);
void cmd_list_free(struct cmd_list *);
char *cmd_list_print(struct cmd_list *, int);