tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
ui: use nerdfont for channel octothorpe
rockorager.dev
1 year ago
bb5d8af6
a89a096f
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+2
-1
1 changed file
expand all
collapse all
unified
split
src
irc.zig
+2
-1
src/irc.zig
···
443
443
.{
444
444
.text = &.{
445
445
prefix,
446
446
-
.{ .text = "#", .style = .{ .fg = .{ .index = 8 } } },
446
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
454
+
prefix,
454
455
.{ .text = " " },
455
456
.{ .text = self.name, .style = style },
456
457
},