mouse_shape: set state of last render properly
This commit is contained in:
parent
981909cce9
commit
7e23a64aec
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ pub fn Vaxis(comptime T: type) type {
|
||||||
ctlseqs.osc22_mouse_shape,
|
ctlseqs.osc22_mouse_shape,
|
||||||
.{@tagName(self.screen.mouse_shape)},
|
.{@tagName(self.screen.mouse_shape)},
|
||||||
);
|
);
|
||||||
|
self.screen_last.mouse_shape = self.screen.mouse_shape;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue