Skip to content

Commit 62dc0d9

Browse files
authored
Don't set windows input mode on demo
1 parent 14525b3 commit 62dc0d9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

demo/client/client.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,7 @@ function createTerminal(): Terminal {
282282
buildNumber: 22621
283283
} : undefined,
284284
fontFamily: '"Fira Code", monospace, "Powerline Extra Symbols"',
285-
theme: { ...xtermjsTheme },
286-
vtExtensions: {
287-
win32InputMode: isWindows
288-
}
285+
theme: { ...xtermjsTheme }
289286
} as ITerminalOptions);
290287

291288
// Load addons

0 commit comments

Comments
 (0)