mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 19:26:09 +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.
|
||||
const writer = switch (io.writer) {
|
||||
.mailbox => |v| v,
|
||||
.mailbox => |*v| v,
|
||||
// else => return error.TermioUnsupportedWriter,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user