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