(e3)
| 735 | return !(!t3 || (e3.altKey || e3.ctrlKey || e3.metaKey) && !this._isThirdLevelShift(this.browser, e3) || (t3 = String.fromCharCode(t3), this._onKey.fire({ key: t3, domEvent: e3 }), this._showCursor(), this.coreService.triggerDataEvent(t3, true), this._keyPressHandled = true, this._unprocessedDeadKey = false, 0)); |
| 736 | } |
| 737 | _inputEvent(e3) { |
| 738 | if (e3.data && "insertText" === e3.inputType && (!e3.composed || !this._keyDownSeen) && !this.optionsService.rawOptions.screenReaderMode) { |
| 739 | if (this._keyPressHandled) return false; |
| 740 | this._unprocessedDeadKey = false; |
| 741 | const t3 = e3.data; |
| 742 | return this.coreService.triggerDataEvent(t3, true), this.cancel(e3), true; |
| 743 | } |
| 744 | return false; |
| 745 | } |
| 746 | resize(e3, t3) { |
| 747 | e3 !== this.cols || t3 !== this.rows ? super.resize(e3, t3) : this._charSizeService && !this._charSizeService.hasValidSize && this._charSizeService.measure(); |
| 748 | } |
no test coverage detected