Add missing declarations.

pull/3363/head
Nicholas Marriott 2020-01-30 09:12:53 +00:00
parent 3a741aacd1
commit a282439fcb
1 changed files with 2 additions and 0 deletions

View File

@ -2161,6 +2161,8 @@ static int
input_dcs_dispatch(struct input_ctx *ictx)
{
struct screen_write_ctx *sctx = &ictx->ctx;
struct window_pane *wp = ictx->wp;
struct window *w = wp->window;
u_char *buf = ictx->input_buf;
size_t len = ictx->input_len;
const char prefix[] = "tmux;";