From 62dc0d9c5196732e012b1702b02ceb747f59a9fe Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:12:37 -0800 Subject: [PATCH] Don't set windows input mode on demo --- demo/client/client.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/demo/client/client.ts b/demo/client/client.ts index 1ed83669..68202ad7 100644 --- a/demo/client/client.ts +++ b/demo/client/client.ts @@ -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