1 parent 4d42915 commit fef7a2cCopy full SHA for fef7a2c
1 file changed
scripts/fixtures/mobile-resize-tui.js
@@ -13,7 +13,7 @@ function redraw() {
13
for (let index = 0; index < HISTORY_LINES; index += 1) {
14
output.push(
15
`fixture history ${String(index).padStart(4, "0")} ` +
16
- `redraw=${redrawCount} size=${columns}x${rows}\r\n`,
+ `r=${redrawCount} ${columns}x${rows}\r\n`,
17
);
18
}
19
output.push(`fixture prompt redraw=${redrawCount} size=${columns}x${rows}> `);
0 commit comments