Skip to content

Commit

Permalink
mouse_shape: set state of last render properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rockorager committed Mar 20, 2024
1 parent 981909c commit 7e23a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaxis.zig
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ pub fn Vaxis(comptime T: type) type {
ctlseqs.osc22_mouse_shape,
.{@tagName(self.screen.mouse_shape)},
);
self.screen_last.mouse_shape = self.screen.mouse_shape;
}
}

Expand Down

0 comments on commit 7e23a64

Please sign in to comment.