feat(panic): panic handler to recover termios when crashing

This commit is contained in:
2025-05-30 23:00:45 +02:00
parent 5ba5b2b372
commit 9a818117d7
13 changed files with 31 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ pub fn main() !void {
}
}
pub const panic = App.panic_handler;
const log = std.log.scoped(.default);
const std = @import("std");