Process escape sequences in show-buffer, GitHub issue 3401.

This commit is contained in:
nicm
2022-12-07 09:44:44 +00:00
parent 20da167377
commit 7e497c7f23
3 changed files with 84 additions and 34 deletions

1
tmux.h
View File

@ -2550,6 +2550,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 printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
/* cmd-wait-for.c */