()
| 2601 | this.scrollLines(e3 * (this.rows - 1)); |
| 2602 | } |
| 2603 | scrollToTop() { |
| 2604 | this.scrollLines(-this._bufferService.buffer.ydisp); |
| 2605 | } |
| 2606 | scrollToBottom() { |
| 2607 | this.scrollLines(this._bufferService.buffer.ybase - this._bufferService.buffer.ydisp); |
| 2608 | } |
no test coverage detected