Merge remote-tracking branch 'upstream/master' into onSelectionChangeClear

This commit is contained in:
Daniel Imms
2026-01-08 16:51:54 -08:00
77 changed files with 3426 additions and 171 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ test.describe('API Integration Tests', () => {
await openTerminal(ctx, { allowProposedApi: false }, { loadUnicodeGraphemesAddon: false });
await ctx.page.evaluate(`
try {
window.term.markers;
window.term.unicode;
} catch (e) {
window.throwMessage = e.message;
}