mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-15 06:16:11 +00:00
terminal2: PageList pageIterator reverse
This commit is contained in:
@@ -503,7 +503,7 @@ pub fn clearRows(
|
||||
bl: ?point.Point,
|
||||
protected: bool,
|
||||
) void {
|
||||
var it = self.pages.pageIterator(tl, bl);
|
||||
var it = self.pages.pageIterator(.right_down, tl, bl);
|
||||
while (it.next()) |chunk| {
|
||||
for (chunk.rows()) |*row| {
|
||||
const cells_offset = row.cells;
|
||||
|
Reference in New Issue
Block a user