(e3)
| 2092 | this._model.handleTrim(e3) && this.refresh(); |
| 2093 | } |
| 2094 | _getMouseBufferCoords(e3) { |
| 2095 | const t3 = this._mouseService.getCoords(e3, this._screenElement, this._bufferService.cols, this._bufferService.rows, true); |
| 2096 | if (t3) return t3[0]--, t3[1]--, t3[1] += this._bufferService.buffer.ydisp, t3; |
| 2097 | } |
| 2098 | _getMouseEventScrollAmount(e3) { |
| 2099 | let t3 = (0, n.getCoordsRelativeToElement)(this._coreBrowserService.window, e3, this._screenElement)[1]; |
| 2100 | const i3 = this._renderService.dimensions.css.canvas.height; |
no test coverage detected