Make the TextCache object available in the Screen, LineBuf and Line objects

This commit is contained in:
Kovid Goyal
2024-07-14 14:26:55 +05:30
parent 05120061cc
commit 5a2440eb97
8 changed files with 43 additions and 22 deletions

View File

@@ -105,6 +105,7 @@ typedef struct {
Cursor *cursor;
Savepoint main_savepoint, alt_savepoint;
PyObject *callbacks, *test_child;
TextCache *text_cache;
LineBuf *linebuf, *main_linebuf, *alt_linebuf;
GraphicsManager *grman, *main_grman, *alt_grman;
HistoryBuf *historybuf;