ime: store wchar version of pre-edit string in terminal struct

This commit is contained in:
Daniel Eklöf 2020-12-06 12:17:52 +01:00
parent 7c420004fb
commit 194fbff883
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 8 additions and 4 deletions

View file

@ -475,6 +475,7 @@ struct terminal {
struct {
bool enabled;
struct {
wchar_t *text;
struct cell *cells;
int count;