Send text_input_rectangle requests for text-input

This commit is contained in:
Tadeo Kondrak 2020-12-20 15:01:21 -07:00 committed by Daniel Eklöf
parent 9411054b50
commit 8f0a3ee7a9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 143 additions and 1 deletions

View file

@ -614,3 +614,5 @@ bool term_ime_is_enabled(const struct terminal *term);
void term_ime_enable(struct terminal *term);
void term_ime_disable(struct terminal *term);
void term_ime_reset(struct terminal *term);
void term_ime_set_cursor_rect(
struct terminal *term, int x, int y, int width, int height);