(e3, t3, i3)
| 346 | return i3 <= r2 && r2 <= s3; |
| 347 | } |
| 348 | _positionFromMouseEvent(e3, t3, i3) { |
| 349 | const s3 = i3.getCoords(e3, t3, this._bufferService.cols, this._bufferService.rows); |
| 350 | if (s3) return { x: s3[0], y: s3[1] + this._bufferService.buffer.ydisp }; |
| 351 | } |
| 352 | _createLinkUnderlineEvent(e3, t3, i3, s3, r2) { |
| 353 | return { x1: e3, y1: t3, x2: i3, y2: s3, cols: this._bufferService.cols, fg: r2 }; |
| 354 | } |
no test coverage detected