mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
command: io_mode removed for windows
This commit is contained in:
@ -178,7 +178,6 @@ fn startWindows(self: *Command, arena: Allocator) !void {
|
|||||||
.access_mask = windows.GENERIC_READ | windows.SYNCHRONIZE,
|
.access_mask = windows.GENERIC_READ | windows.SYNCHRONIZE,
|
||||||
.share_access = windows.FILE_SHARE_READ,
|
.share_access = windows.FILE_SHARE_READ,
|
||||||
.creation = windows.OPEN_EXISTING,
|
.creation = windows.OPEN_EXISTING,
|
||||||
.io_mode = .blocking,
|
|
||||||
},
|
},
|
||||||
) else null;
|
) else null;
|
||||||
defer if (null_fd) |fd| std.os.close(fd);
|
defer if (null_fd) |fd| std.os.close(fd);
|
||||||
|
Reference in New Issue
Block a user