mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
termio: more windows fixes
This commit is contained in:
@ -100,7 +100,7 @@ pub const Writer = union(enum) {
|
||||
/// on the writer type.
|
||||
pub fn notify(self: *Writer) void {
|
||||
switch (self.*) {
|
||||
.mailbox => |v| v.wakeup.notify() catch |err| {
|
||||
.mailbox => |*v| v.wakeup.notify() catch |err| {
|
||||
log.warn("failed to notify writer, data will be dropped err={}", .{err});
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user