this repo has no description
3
fork

Configure Feed

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

ui(topic): use rich text for topic

+3 -2
+3 -2
src/irc.zig
··· 616 616 var children = std.ArrayList(vxfw.SubSurface).init(ctx.arena); 617 617 618 618 { 619 + const spans = try formatMessage(ctx.arena, undefined, self.topic orelse ""); 619 620 // Draw the topic 620 - const topic: vxfw.Text = .{ 621 - .text = self.topic orelse "", 621 + const topic: vxfw.RichText = .{ 622 + .text = spans, 622 623 .softwrap = false, 623 624 }; 624 625