mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
ime: store wchar version of pre-edit string in terminal struct
This commit is contained in:
parent
7c420004fb
commit
194fbff883
3 changed files with 8 additions and 4 deletions
|
|
@ -475,6 +475,7 @@ struct terminal {
|
|||
struct {
|
||||
bool enabled;
|
||||
struct {
|
||||
wchar_t *text;
|
||||
struct cell *cells;
|
||||
int count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue