mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 03:36:14 +03:00
termio: more windows fixes
This commit is contained in:
@ -202,7 +202,7 @@ fn threadMain_(self: *Thread, io: *termio.Termio) !void {
|
|||||||
|
|
||||||
// Get the writer. This must be a mailbox writer for threading.
|
// Get the writer. This must be a mailbox writer for threading.
|
||||||
const writer = switch (io.writer) {
|
const writer = switch (io.writer) {
|
||||||
.mailbox => |v| v,
|
.mailbox => |*v| v,
|
||||||
// else => return error.TermioUnsupportedWriter,
|
// else => return error.TermioUnsupportedWriter,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user