(e3, t3, i3)
| 330 | })))); |
| 331 | } |
| 332 | _linkHover(e3, t3, i3) { |
| 333 | var _a; |
| 334 | ((_a = this._currentLink) == null ? void 0 : _a.state) && (this._currentLink.state.isHovered = true, this._currentLink.state.decorations.underline && this._fireUnderlineEvent(t3, true), this._currentLink.state.decorations.pointerCursor && e3.classList.add("xterm-cursor-pointer")), t3.hover && t3.hover(i3, t3.text); |
| 335 | } |
| 336 | _fireUnderlineEvent(e3, t3) { |
| 337 | const i3 = e3.range, s3 = this._bufferService.buffer.ydisp, r2 = this._createLinkUnderlineEvent(i3.start.x - 1, i3.start.y - s3 - 1, i3.end.x, i3.end.y - s3 - 1, void 0); |
| 338 | (t3 ? this._onShowLinkUnderline : this._onHideLinkUnderline).fire(r2); |
no test coverage detected