mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Freeze the color profile during paused rendering
This commit is contained in:
@@ -153,6 +153,7 @@ typedef struct {
|
||||
struct {
|
||||
monotonic_t expires_at;
|
||||
Cursor cursor;
|
||||
ColorProfile color_profile;
|
||||
} paused_rendering;
|
||||
} Screen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user