vxfw(RichText): use cell style for ellipsis
This commit is contained in:
parent
b9921c7705
commit
90eb6489a2
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue