mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
terminal: remove completed todo
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user