mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
add todo for reflow
This commit is contained in:
@ -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.
|
// If we're making the screen smaller, dealloc the unused items.
|
||||||
|
// TODO: reflow
|
||||||
try self.screen.resize(alloc, rows, cols);
|
try self.screen.resize(alloc, rows, cols);
|
||||||
|
|
||||||
// Set our size
|
// Set our size
|
||||||
|
Reference in New Issue
Block a user