mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-23 14:59:41 +08:00
use xterm's own line break fix - fixed #524
This commit is contained in:
parent
e116a42f8b
commit
d371857fa8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user