tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
format: properly add hyperlinks when at end of line
rockorager.dev
1 year ago
4e578c65
6c2827f5
+2
-1
1 changed file
expand all
collapse all
unified
split
src
irc.zig
+2
-1
src/irc.zig
···
2611
2611
break;
2612
2612
},
2613
2613
else => {
2614
2614
-
if (i == content.len) {
2614
2614
+
if (i == content.len - 1) {
2615
2615
+
start = i + 1;
2615
2616
try spans.append(.{
2616
2617
.text = content[h_start..],
2617
2618
.style = .{