mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Need to set clients in context before changing their reference count.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1714,7 +1714,7 @@ long long args_strtonum(
|
||||
struct args *, u_char, long long, long long, char **);
|
||||
|
||||
/* cmd.c */
|
||||
struct cmd_ctx *cmd_get_ctx(void);
|
||||
struct cmd_ctx *cmd_get_ctx(struct client *, struct client *);
|
||||
void cmd_free_ctx(struct cmd_ctx *);
|
||||
void cmd_ref_ctx(struct cmd_ctx *);
|
||||
int cmd_pack_argv(int, char **, char *, size_t);
|
||||
|
Reference in New Issue
Block a user