(e3)
| 2607 | this.scrollLines(this._bufferService.buffer.ybase - this._bufferService.buffer.ydisp); |
| 2608 | } |
| 2609 | scrollToLine(e3) { |
| 2610 | const t3 = e3 - this._bufferService.buffer.ydisp; |
| 2611 | 0 !== t3 && this.scrollLines(t3); |
| 2612 | } |
| 2613 | registerEscHandler(e3, t3) { |
| 2614 | return this._inputHandler.registerEscHandler(e3, t3); |
| 2615 | } |
no test coverage detected