mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
Implement paused rendering for graphics
This commit is contained in:
@@ -157,6 +157,7 @@ typedef struct {
|
||||
bool inverted, cell_data_updated, cursor_visible;
|
||||
unsigned int scrolled_by;
|
||||
LineBuf *linebuf;
|
||||
GraphicsManager *grman;
|
||||
Selections selections, url_ranges;
|
||||
} paused_rendering;
|
||||
} Screen;
|
||||
|
||||
Reference in New Issue
Block a user