mirror of
https://github.com/tmux/tmux.git
synced 2026-02-14 01:59:18 +00:00
Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue
4797.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -3011,7 +3011,7 @@ void recalculate_sizes_now(int);
|
||||
/* input.c */
|
||||
#define INPUT_BUF_DEFAULT_SIZE 1048576
|
||||
struct input_ctx *input_init(struct window_pane *, struct bufferevent *,
|
||||
struct colour_palette *);
|
||||
struct colour_palette *, struct client *);
|
||||
void input_free(struct input_ctx *);
|
||||
void input_reset(struct input_ctx *, int);
|
||||
struct evbuffer *input_pending(struct input_ctx *);
|
||||
|
||||
Reference in New Issue
Block a user