mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-13 13:26:09 +00:00
terminal2: remove rowoffset
This commit is contained in:
@@ -854,7 +854,7 @@ pub fn dumpString(
|
||||
|
||||
var iter = self.pages.rowIterator(tl, null);
|
||||
while (iter.next()) |row_offset| {
|
||||
const rac = row_offset.rowAndCell(0);
|
||||
const rac = row_offset.rowAndCell();
|
||||
const cells = cells: {
|
||||
const cells: [*]pagepkg.Cell = @ptrCast(rac.cell);
|
||||
break :cells cells[0..self.pages.cols];
|
||||
|
Reference in New Issue
Block a user