mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-05 12:57:50 +00: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