mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Log command arguments.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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 **);
|
||||
|
Reference in New Issue
Block a user