Skip to content

Commit f471c0a

Browse files
authored
Merge pull request #5624 from xtermjs/Tyriar-patch-1
Don't set windows input mode on demo
2 parents 14525b3 + 62dc0d9 commit f471c0a

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)