feat(panic): panic handler to recover termios when crashing
This commit is contained in:
@@ -93,6 +93,7 @@ pub fn main() !void {
|
||||
}
|
||||
}
|
||||
|
||||
pub const panic = App.panic_handler;
|
||||
const log = std.log.scoped(.default);
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
@@ -148,6 +148,7 @@ pub fn main() !void {
|
||||
}
|
||||
}
|
||||
|
||||
pub const panic = App.panic_handler;
|
||||
const log = std.log.scoped(.default);
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
Reference in New Issue
Block a user