this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ui: use thicker box drawing char for unread indicator

+1 -1
+1 -1
src/irc.zig
··· 1129 1129 if (this <= self.last_read) did_scroll_to_last_read = true; 1130 1130 1131 1131 if (this > self.last_read_indicator and next <= self.last_read_indicator) { 1132 - const bot = "─"; 1132 + const bot = "━"; 1133 1133 var writer = try std.ArrayList(u8).initCapacity(ctx.arena, bot.len * max.width); 1134 1134 try writer.writer().writeBytesNTimes(bot, max.width); 1135 1135