an experimental irc client

ui: use nerdfont for channel octothorpe

rockorager.dev bb5d8af6 a89a096f

verified
+2 -1
+2 -1
src/irc.zig
··· 443 443 .{ 444 444 .text = &.{ 445 445 prefix, 446 - .{ .text = "#", .style = .{ .fg = .{ .index = 8 } } }, 446 + .{ .text = " ", .style = .{ .fg = .{ .index = 8 } } }, 447 447 .{ .text = self.name[1..], .style = style }, 448 448 }, 449 449 .softwrap = false, ··· 451 451 else 452 452 .{ 453 453 .text = &.{ 454 + prefix, 454 455 .{ .text = " " }, 455 456 .{ .text = self.name, .style = style }, 456 457 },