mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Make the TextCache object available in the Screen, LineBuf and Line objects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user