From 6de661b9d1063b8a25a5693083d8083c8f8d4649 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 10 Mar 2024 21:05:57 -0700 Subject: [PATCH] core: remove completed todos --- src/Surface.zig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Surface.zig b/src/Surface.zig index d7f6cfd53..aaae855c1 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -156,7 +156,6 @@ const Mouse = struct { /// The point at which the left mouse click happened. This is in screen /// coordinates so that scrolling preserves the location. - //TODO(paged-terminal) left_click_pin: ?*terminal.Pin = null, left_click_screen: terminal.ScreenType = .primary, @@ -1054,9 +1053,6 @@ fn setSelection(self: *Surface, sel_: ?terminal.Selection) !void { const prev_ = self.io.terminal.screen.selection; try self.io.terminal.screen.select(sel_); - // TODO(paged-terminal) - if (true) return; - // Determine the clipboard we want to copy selection to, if it is enabled. const clipboard: apprt.Clipboard = switch (self.config.copy_on_select) { .false => return, @@ -2625,7 +2621,6 @@ pub fn cursorPosCallback( } // Convert to points - // TODO(paged-terminal) const screen = &self.renderer_state.terminal.screen; const pin = screen.pages.pin(.{ .viewport = .{