Use win32InputMode in demo on Windows

This commit is contained in:
Daniel Imms
2026-01-10 05:54:48 -08:00
parent 8b35c67dd3
commit f88650ec1c
+4 -1
View File
@@ -282,7 +282,10 @@ function createTerminal(): Terminal {
buildNumber: 22621
} : undefined,
fontFamily: '"Fira Code", monospace, "Powerline Extra Symbols"',
theme: { ...xtermjsTheme }
theme: { ...xtermjsTheme },
vtExtensions: {
win32InputMode: isWindows
}
} as ITerminalOptions);
// Load addons