mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
This commit is contained in:
parent
4d63422b78
commit
9d11730417
@ -399,6 +399,10 @@ export class XTermFrontend extends Frontend {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.xtermCore.browser.isWindows = this.hostApp.platform === Platform.Windows
|
||||||
|
this.xtermCore.browser.isLinux = this.hostApp.platform === Platform.Linux
|
||||||
|
this.xtermCore.browser.isMac = this.hostApp.platform === Platform.macOS
|
||||||
|
|
||||||
this.xterm.options.fontFamily = getCSSFontFamily(config)
|
this.xterm.options.fontFamily = getCSSFontFamily(config)
|
||||||
this.xterm.options.cursorStyle = {
|
this.xterm.options.cursorStyle = {
|
||||||
beam: 'bar',
|
beam: 'bar',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user