doc: removed unnecessary comment
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s

This commit is contained in:
2024-11-16 19:08:50 +01:00
parent 4ef9e077cb
commit f4adf53067

View File

@@ -146,7 +146,6 @@ pub fn main() !void {
log.err("Received {any} with message: {s}", .{ err.err, err.msg }); log.err("Received {any} with message: {s}", .{ err.err, err.msg });
}, },
} }
// NOTE: this currently re-renders the screen for every key-press -> which might be a bit of an overkill
const events = try layout.handle(event); const events = try layout.handle(event);
for (events.items) |e| { for (events.items) |e| {
app.postEvent(e); app.postEvent(e);