an experimental irc client

ui: add some space to No more history

rockorager.dev bc9d5c07 7ddd4d5d

verified
+1 -1
+1 -1
src/irc.zig
··· 1247 1247 }; 1248 1248 try children.append(unread); 1249 1249 const no_more_history: vxfw.Text = .{ 1250 - .text = "No more history", 1250 + .text = " No more history ", 1251 1251 .style = .{ .fg = .{ .index = 8 } }, 1252 1252 .softwrap = false, 1253 1253 };