This commit is contained in:
Daniel Imms
2025-12-28 07:56:31 -08:00
parent ab4524873b
commit 2a283a307c
+1 -1
View File
@@ -2373,7 +2373,7 @@ describe('InputHandler', () => {
await inputHandler.parseP(`\x1b[?${mode}h`);
await inputHandler.parseP(`\x1b[?${mode}$p`);
assert.deepEqual(reportStack.pop(), `\x1b[?${mode};2$y`); // still reset
optionsService.options.quirks.allowSetCursorBlink = true;
await inputHandler.parseP(`\x1b[?${mode}h`);
await inputHandler.parseP(`\x1b[?${mode}$p`);