diff options
author | nicm <nicm> | 2022-12-07 09:44:44 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-12-07 09:44:44 +0000 |
commit | 7e497c7f2303b29b0f44fe360a78c44ca86b87f9 (patch) | |
tree | 2d7b3b7c000ff2b584f93f0914312e66ae532742 /tmux.h | |
parent | 20da16737715a183a019f1072735614615b5fd1c (diff) | |
download | rtmux-7e497c7f2303b29b0f44fe360a78c44ca86b87f9.tar.gz rtmux-7e497c7f2303b29b0f44fe360a78c44ca86b87f9.tar.bz2 rtmux-7e497c7f2303b29b0f44fe360a78c44ca86b87f9.zip |
Process escape sequences in show-buffer, GitHub issue 3401.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |