mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Also move overlay line when handling SGR
This commit is contained in:
@@ -794,6 +794,7 @@ screen_alignment_display(Screen *self) {
|
||||
|
||||
void
|
||||
select_graphic_rendition(Screen *self, int *params, unsigned int count, Region *region_) {
|
||||
MOVE_OVERLAY_LINE_WITH_CURSOR; // needed in case colors have changed
|
||||
if (region_) {
|
||||
Region region = *region_;
|
||||
if (!region.top) region.top = 1;
|
||||
|
||||
Reference in New Issue
Block a user