Implement paused rendering for graphics

This commit is contained in:
Kovid Goyal
2024-01-04 08:04:39 +05:30
parent 7b963a2372
commit f45cd87488
5 changed files with 100 additions and 38 deletions

View File

@@ -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;