tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
ui: add some space to No more history
rockorager.dev
1 year ago
bc9d5c07
7ddd4d5d
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
irc.zig
+1
-1
src/irc.zig
···
1247
1247
};
1248
1248
try children.append(unread);
1249
1249
const no_more_history: vxfw.Text = .{
1250
1250
-
.text = "No more history",
1250
1250
+
.text = " No more history ",
1251
1251
.style = .{ .fg = .{ .index = 8 } },
1252
1252
.softwrap = false,
1253
1253
};