mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
terminal: resize causes full screen redraw
This commit is contained in:
@ -2383,6 +2383,9 @@ pub fn resize(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Whenever we resize we just mark it as a screen clear
|
||||||
|
self.flags.dirty.clear = true;
|
||||||
|
|
||||||
// Set our size
|
// Set our size
|
||||||
self.cols = cols;
|
self.cols = cols;
|
||||||
self.rows = rows;
|
self.rows = rows;
|
||||||
|
Reference in New Issue
Block a user