diff --git a/src/terminal/Terminal.zig b/src/terminal/Terminal.zig index 99297d136..baf3996f7 100644 --- a/src/terminal/Terminal.zig +++ b/src/terminal/Terminal.zig @@ -90,6 +90,7 @@ pub fn resize(self: *Terminal, alloc: Allocator, cols: usize, rows: usize) !void } // If we're making the screen smaller, dealloc the unused items. + // TODO: reflow try self.screen.resize(alloc, rows, cols); // Set our size