Also move overlay line when handling SGR
This commit is contained in:
parent
80eb78033f
commit
75afe7cd33
@ -794,6 +794,7 @@ screen_alignment_display(Screen *self) {
|
|||||||
|
|
||||||
void
|
void
|
||||||
select_graphic_rendition(Screen *self, int *params, unsigned int count, Region *region_) {
|
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_) {
|
if (region_) {
|
||||||
Region region = *region_;
|
Region region = *region_;
|
||||||
if (!region.top) region.top = 1;
|
if (!region.top) region.top = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user