13 INPUT_REQUEST_CHARACTER,
14 INPUT_REQUEST_CHARACTER_UNICODE,
16 INPUT_REQUEST_LINE_UNICODE
19 struct glk_window_struct
22 /* Pointer to the node in the global tree that contains this window */
24 /* Window parameters */
27 strid_t window_stream;
29 /* Input request stuff */
30 enum InputRequestType input_request_type;
31 gchar *line_input_buffer;
32 glui32 *line_input_buffer_unicode;
33 glui32 line_input_buffer_max_len;
34 gboolean mouse_input_requested;