From 3f23de43738e8e02d33ed0c08875fd7af7680df3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 20 Mar 2024 16:19:46 -0700 Subject: [PATCH] terminal: remove completed todo --- src/terminal/Terminal.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/terminal/Terminal.zig b/src/terminal/Terminal.zig index 8096c3fa4..5da38726b 100644 --- a/src/terminal/Terminal.zig +++ b/src/terminal/Terminal.zig @@ -3,10 +3,6 @@ //! on that grid. This also maintains the scrollback buffer. const Terminal = @This(); -// TODO on new terminal branch: -// - page splitting -// - resize tests when multiple pages are required - const std = @import("std"); const builtin = @import("builtin"); const assert = std.debug.assert;