mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00: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