mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
terminal: RenderState must consider first row in dirty page dirty (#9719)
Fixes #9718
This commit is contained in:
@@ -441,6 +441,7 @@ pub const RenderState = struct {
|
||||
// faster than iterating pages again later.
|
||||
if (last_dirty_page) |last_p| last_p.dirty = false;
|
||||
last_dirty_page = p;
|
||||
break :dirty;
|
||||
}
|
||||
|
||||
// If our row is dirty then we're dirty.
|
||||
|
||||
Reference in New Issue
Block a user