mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00:00
More IO events
This commit is contained in:
@@ -163,6 +163,8 @@ fn drainMailbox(self: *Thread) !void {
|
||||
switch (message) {
|
||||
.resize => |v| try self.impl.resize(v.grid_size, v.screen_size),
|
||||
.clear_selection => try self.impl.clearSelection(),
|
||||
.scroll_viewport => |v| try self.impl.scrollViewport(v),
|
||||
.small_write => |v| try self.impl.queueWrite(v.data[0..v.len]),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user