use xterm's own line break fix - fixed #524

This commit is contained in:
Eugene Pankov
2020-05-02 15:45:34 +02:00
parent e116a42f8b
commit d371857fa8

View File

@@ -40,6 +40,7 @@ export class XTermFrontend extends Frontend {
super()
this.xterm = new Terminal({
allowTransparency: true,
windowsMode: process.platform === 'win32',
})
this.xtermCore = (this.xterm as any)._core