Home
last modified time | relevance | path

Searched defs:tty_input_data (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libcurses/tty/
H A Dtty_input.h46 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 */
[all …]