mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +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
|
||||
self.cols = cols;
|
||||
self.rows = rows;
|
||||
|
Reference in New Issue
Block a user