mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 11:24:13 +00:00
cli/crash-report: make it simpler (uglier, honestly)
This commit is contained in:
6
src/cli/tui.zig
Normal file
6
src/cli/tui.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
const builtin = @import("builtin");
|
||||
|
||||
pub const can_pretty_print = switch (builtin.os.tag) {
|
||||
.ios, .tvos, .watchos => false,
|
||||
else => true,
|
||||
};
|
||||
Reference in New Issue
Block a user