diff --git a/src/vxfw/RichText.zig b/src/vxfw/RichText.zig index f84fe90..c287c3b 100644 --- a/src/vxfw/RichText.zig +++ b/src/vxfw/RichText.zig @@ -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;