mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03: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