mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
termio: need to update cached size on resize
This commit is contained in:
@@ -350,6 +350,7 @@ pub fn resize(
|
||||
td: *ThreadData,
|
||||
size: renderer.Size,
|
||||
) !void {
|
||||
self.size = size;
|
||||
const grid_size = size.grid();
|
||||
|
||||
// Update the size of our pty.
|
||||
|
||||
Reference in New Issue
Block a user