Command/Pty work better with Flatpak but not 100% yet

This commit is contained in:
Mitchell Hashimoto
2023-02-25 21:19:57 -08:00
parent 31540c24e7
commit ec956debb7
5 changed files with 65 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ const Command = @This();
const std = @import("std");
const builtin = @import("builtin");
const TempDir = @import("TempDir.zig");
const internal_os = @import("os/main.zig");
const mem = std.mem;
const os = std.os;
const debug = std.debug;