1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 03:26:09 +03:00

Update xtermFrontend.ts

This commit is contained in:
Eugene Pankov 2022-03-14 16:24:36 +01:00
parent 7508c371df
commit a76654a7b6
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -138,7 +138,7 @@ export class XTermFrontend extends Frontend {
}
}
const oldKeyUp = this.xtermCore._keyUp
const oldKeyUp = this.xtermCore._keyUp.bind(this.xtermCore)
this.xtermCore._keyUp = (e: KeyboardEvent) => {
this.xtermCore.updateCursorStyle(e)
if (keyboardEventHandler('keyup', e)) {