fixed #9746, fixed #9748, fixed #9757, fixed #9779 - altIsMeta not working on macOS

This commit is contained in:
Eugene 2024-07-15 22:58:43 +02:00
parent 4d63422b78
commit 9d11730417
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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.cursorStyle = {
beam: 'bar',