vxfw(RichText): use cell style for ellipsis

This commit is contained in:
Tim Culverhouse 2024-11-03 15:20:40 -06:00
parent b9921c7705
commit 90eb6489a2

View file

@ -83,6 +83,7 @@ pub fn draw(self: *const RichText, ctx: vxfw.DrawContext) Allocator.Error!vxfw.S
{
surface.writeCell(col, row, .{
.char = .{ .grapheme = "", .width = 1 },
.style = cell.style,
});
col = container_size.width;
continue;