(e3, t3, i3 = 0)
| 644 | this.coreService.isCursorInitialized || (this.coreService.isCursorInitialized = true, this.refresh(this.buffer.y, this.buffer.y)); |
| 645 | } |
| 646 | scrollLines(e3, t3, i3 = 0) { |
| 647 | var _a; |
| 648 | 1 === i3 ? (super.scrollLines(e3, t3, i3), this.refresh(0, this.rows - 1)) : (_a = this.viewport) == null ? void 0 : _a.scrollLines(e3); |
| 649 | } |
| 650 | paste(e3) { |
| 651 | (0, s2.paste)(e3, this.textarea, this.coreService, this.optionsService); |
| 652 | } |
no test coverage detected