Don't set windows input mode on demo

This commit is contained in:
Daniel Imms
2026-01-26 13:12:37 -08:00
committed by GitHub
parent 14525b334f
commit 62dc0d9c51
+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