Pause selection rendering

This commit is contained in:
Kovid Goyal
2024-01-02 14:45:36 +05:30
parent 7c5e011fe6
commit f596351bc1
4 changed files with 41 additions and 14 deletions

View File

@@ -157,6 +157,7 @@ typedef struct {
bool inverted, cell_data_updated;
unsigned int scrolled_by;
LineBuf *linebuf;
Selections selections, url_ranges;
} paused_rendering;
} Screen;