mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-04 02:44:50 +00:00
cleanup by just scrolling in the renderer
This commit is contained in:
@@ -321,7 +321,7 @@ fn drainMailbox(
|
||||
.resize => |v| self.handleResize(cb, v),
|
||||
.size_report => |v| try io.sizeReport(data, v),
|
||||
.clear_screen => |v| try io.clearScreen(data, v.history),
|
||||
.scroll_viewport => |v| try io.scrollViewport(v),
|
||||
.scroll_viewport => |v| io.scrollViewport(v),
|
||||
.selection_scroll => |v| {
|
||||
if (v) {
|
||||
self.startScrollTimer(cb);
|
||||
|
||||
Reference in New Issue
Block a user