X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;h=7a140991e171bbf0be467b2441e151091dc14e36;hb=c9ef2863a85d550397cea202b188c606b3a6b867;hp=2947c665455dd203ef7a80c97fc317aef4b0d542;hpb=3fa6fa06001573550f76699d7f89be5a9c4d9f90;p=projects%2Fchimara%2Fchimara.git diff --git a/src/window.h b/src/window.h index 2947c66..7a14099 100644 --- a/src/window.h +++ b/src/window.h @@ -45,8 +45,10 @@ struct glk_window_struct glui32 *line_input_buffer_unicode; glui32 line_input_buffer_max_len; gboolean mouse_input_requested; - /* Line input field coordinates (text grids only) */ - + /* Line input field (text grids only) */ + glui32 input_length; + GtkTextChildAnchor *input_anchor; + GtkWidget *input_entry; /* Signal handlers */ gulong keypress_handler; gulong insert_text_handler;