Log command arguments.

This commit is contained in:
nicm
2018-08-02 18:35:21 +00:00
parent fb1f0fee5a
commit d6ff630498
3 changed files with 15 additions and 2 deletions

1
tmux.h
View File

@ -1760,6 +1760,7 @@ int cmd_find_from_mouse(struct cmd_find_state *,
int cmd_find_from_nothing(struct cmd_find_state *, int);
/* cmd.c */
void cmd_log_argv(int, char **, const char *);
int cmd_pack_argv(int, char **, char *, size_t);
int cmd_unpack_argv(char *, size_t, int, char ***);
char **cmd_copy_argv(int, char **);