Lines Matching defs:input_ctx
806 struct input_ctx { struct
807 struct window_pane *wp;
808 struct screen_write_ctx ctx;
810 struct grid_cell cell;
812 struct grid_cell old_cell;
813 u_int old_cx;
814 u_int old_cy;
816 u_char interm_buf[4];
817 size_t interm_len;
819 u_char param_buf[64];
820 size_t param_len;
822 u_char input_buf[256];
823 size_t input_len;
825 int param_list[24]; /* -1 not present */
826 u_int param_list_len;
828 struct utf8_data utf8data;
830 int ch;
831 int flags;
834 const struct input_state *state;
840 struct evbuffer *since_ground;