mirror of
https://github.com/tmux/tmux.git
synced 2025-01-09 09:38:48 +00:00
Add missing declarations.
This commit is contained in:
parent
3a741aacd1
commit
a282439fcb
2
input.c
2
input.c
@ -2161,6 +2161,8 @@ static int
|
|||||||
input_dcs_dispatch(struct input_ctx *ictx)
|
input_dcs_dispatch(struct input_ctx *ictx)
|
||||||
{
|
{
|
||||||
struct screen_write_ctx *sctx = &ictx->ctx;
|
struct screen_write_ctx *sctx = &ictx->ctx;
|
||||||
|
struct window_pane *wp = ictx->wp;
|
||||||
|
struct window *w = wp->window;
|
||||||
u_char *buf = ictx->input_buf;
|
u_char *buf = ictx->input_buf;
|
||||||
size_t len = ictx->input_len;
|
size_t len = ictx->input_len;
|
||||||
const char prefix[] = "tmux;";
|
const char prefix[] = "tmux;";
|
||||||
|
Loading…
Reference in New Issue
Block a user