Merge branch 'master' of codeberg.org:fairyglade/ly into zig-0.17

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-07-12 11:37:14 +02:00
3 changed files with 65 additions and 39 deletions

View File

@@ -269,7 +269,8 @@ pub fn runEventLoop(
}
}
try TerminalBuffer.presentBuffer();
// We don't care about present errors here
TerminalBuffer.presentBuffer() catch {};
}
if (inactivity_event_fn) |inactivity_fn| {