Initial port of code to use TextCache

This commit is contained in:
Kovid Goyal
2024-10-25 13:02:36 +05:30
parent f6347ee1e2
commit cabd6c0589
14 changed files with 457 additions and 344 deletions

View File

@@ -172,6 +172,7 @@ typedef struct {
Selections selections, url_ranges;
} paused_rendering;
CharsetState charset;
ListOfChars *lc;
} Screen;