csi: add DECSET 737769 - enables/disables IME input

73 77 69 = I M E
This commit is contained in:
Daniel Eklöf 2020-12-04 21:26:38 +01:00
parent e3b5a98ade
commit 0536bc41f4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 10 additions and 0 deletions

View file

@ -298,6 +298,7 @@ struct terminal {
uint32_t bell_is_urgent:1;
uint32_t alt_screen:1;
uint32_t modify_escape_key:1;
uint32_t ime:1;
} xtsave;
char *window_title;