tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
ui: draw network dim if disconnected
rockorager.dev
1 year ago
4bfb4bbc
ec2fb6ec
+1
1 changed file
expand all
collapse all
unified
split
src
irc.zig
+1
src/irc.zig
···
1326
1326
var style: vaxis.Style = .{};
1327
1327
if (selected) style.reverse = true;
1328
1328
if (self.has_mouse) style.bg = .{ .index = 8 };
1329
1329
+
if (self.status == .disconnected) style.fg = .{ .index = 8 };
1329
1330
1330
1331
const name = self.config.name orelse self.config.server;
1331
1332