Skip to content

Commit fef7a2c

Browse files
committed
Keep Chrome scroll fixture rows unwrapped
1 parent 4d42915 commit fef7a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fixtures/mobile-resize-tui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function redraw() {
1313
for (let index = 0; index < HISTORY_LINES; index += 1) {
1414
output.push(
1515
`fixture history ${String(index).padStart(4, "0")} ` +
16-
`redraw=${redrawCount} size=${columns}x${rows}\r\n`,
16+
`r=${redrawCount} ${columns}x${rows}\r\n`,
1717
);
1818
}
1919
output.push(`fixture prompt redraw=${redrawCount} size=${columns}x${rows}> `);

0 commit comments

Comments
 (0)