From f88650ec1cb1726693c17ec7cf5bc16c3591969f Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 10 Jan 2026 05:54:48 -0800 Subject: [PATCH] Use win32InputMode in demo on Windows --- demo/client/client.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demo/client/client.ts b/demo/client/client.ts index 68202ad7..1ed83669 100644 --- a/demo/client/client.ts +++ b/demo/client/client.ts @@ -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