Do not strvis output to terminal from commands.

This commit is contained in:
nicm
2024-11-22 12:58:05 +00:00
parent 64d82d5988
commit 5fd45b3892
3 changed files with 5 additions and 5 deletions

2
tmux.h
View File

@ -2682,7 +2682,7 @@ u_int cmdq_next(struct client *);
struct cmdq_item *cmdq_running(struct client *);
void cmdq_guard(struct cmdq_item *, const char *, int);
void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);
void cmdq_print_data(struct cmdq_item *, int, struct evbuffer *);
void cmdq_print_data(struct cmdq_item *, struct evbuffer *);
void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
/* cmd-wait-for.c */