| 525 | this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[I"), this.element.classList.add("focus"), this._showCursor(), this._onFocus.fire(); |
| 526 | } |
| 527 | blur() { |
| 528 | var _a; |
| 529 | return (_a = this.textarea) == null ? void 0 : _a.blur(); |
| 530 | } |
| 531 | _handleTextAreaBlur() { |
| 532 | this.textarea.value = "", this.refresh(this.buffer.y, this.buffer.y), this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[O"), this.element.classList.remove("focus"), this._onBlur.fire(); |
| 533 | } |