Merge pull request #5624 from xtermjs/Tyriar-patch-1

Don't set windows input mode on demo
This commit is contained in:
Daniel Imms
2026-01-26 13:19:09 -08:00
committed by GitHub
+1 -4
View File
@@ -282,10 +282,7 @@ function createTerminal(): Terminal {
buildNumber: 22621
} : undefined,
fontFamily: '"Fira Code", monospace, "Powerline Extra Symbols"',
theme: { ...xtermjsTheme },
vtExtensions: {
win32InputMode: isWindows
}
theme: { ...xtermjsTheme }
} as ITerminalOptions);
// Load addons