an experimental irc client

ui: change no more history text

rockorager.dev 3aab363f bc9d5c07

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 = " Perhaps the archives are incomplete ", 1251 1251 .style = .{ .fg = .{ .index = 8 } }, 1252 1252 .softwrap = false, 1253 1253 };