Send NoExposure in CopyArea

Im not sure if/when i should be sending GraphicsExposure but this fixes
xterm hanging when scrolling
This commit is contained in:
2026-02-21 04:32:48 +02:00
parent 88ccba3dee
commit 8a0f287d8c
2 changed files with 36 additions and 2 deletions

View File

@@ -114,6 +114,8 @@ struct Object
uint32_t font;
bool graphics_exposures;
uint32_t clip_mask;
int32_t clip_origin_x;
int32_t clip_origin_y;