terminal: remove completed todo

This commit is contained in:
Mitchell Hashimoto
2024-03-20 16:19:46 -07:00
parent 9d826d8837
commit 3f23de4373

View File

@ -3,10 +3,6 @@
//! on that grid. This also maintains the scrollback buffer. //! on that grid. This also maintains the scrollback buffer.
const Terminal = @This(); const Terminal = @This();
// TODO on new terminal branch:
// - page splitting
// - resize tests when multiple pages are required
const std = @import("std"); const std = @import("std");
const builtin = @import("builtin"); const builtin = @import("builtin");
const assert = std.debug.assert; const assert = std.debug.assert;