mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +00:00
hook up pty master to libuv
This commit is contained in:
@@ -57,7 +57,7 @@ pub fn open(size: winsize) !Pty {
|
||||
}
|
||||
|
||||
pub fn deinit(self: *Pty) void {
|
||||
std.os.close(self.master);
|
||||
_ = std.os.system.close(self.master);
|
||||
self.* = undefined;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user