mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Preserve command group when moving temporary list to current list being
buit.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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);
|
||||
|
Reference in New Issue
Block a user