mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-22 21:00:15 +00:00
Actually, we'll manage selection and viewports on the windowing thread
This commit is contained in:
@@ -162,8 +162,6 @@ fn drainMailbox(self: *Thread) !void {
|
||||
log.debug("mailbox message={}", .{message});
|
||||
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