this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw(RichText): use cell style for ellipsis

+1
+1
src/vxfw/RichText.zig
··· 83 83 { 84 84 surface.writeCell(col, row, .{ 85 85 .char = .{ .grapheme = "…", .width = 1 }, 86 + .style = cell.style, 86 87 }); 87 88 col = container_size.width; 88 89 continue;