15 INPUT_REQUEST_CHARACTER,
16 INPUT_REQUEST_CHARACTER_UNICODE,
18 INPUT_REQUEST_LINE_UNICODE
21 struct glk_window_struct
24 /* Pointer to the node in the global tree that contains this window */
26 /* Window parameters */
29 strid_t window_stream;
31 /* Input request stuff */
32 enum InputRequestType input_request_type;
33 gchar *line_input_buffer;
34 glui32 *line_input_buffer_unicode;
35 glui32 line_input_buffer_max_len;
36 gboolean mouse_input_requested;
37 gulong keypress_handler;
38 gulong insert_text_handler;