mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 13:29:55 +00: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()
|
super()
|
||||||
this.xterm = new Terminal({
|
this.xterm = new Terminal({
|
||||||
allowTransparency: true,
|
allowTransparency: true,
|
||||||
|
windowsMode: process.platform === 'win32',
|
||||||
})
|
})
|
||||||
this.xtermCore = (this.xterm as any)._core
|
this.xtermCore = (this.xterm as any)._core
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user