Lines Matching defs:tty_input_data
46 struct tty_input_data { struct
47 int _ifd; /* input file ptr for screen */
48 int _keypad_xmit; /* current terminal state */
49 int _meta_on; /* current terminal state */
54 bool (*_mouse_event) (SCREEN *);
55 bool (*_mouse_inline)(SCREEN *);
56 bool (*_mouse_parse) (int);
57 void (*_mouse_resume)(SCREEN *);
58 void (*_mouse_wrap) (SCREEN *);
59 int _mouse_fd; /* file-descriptor, if any */
60 int mousetype;