(e3, t3)
| 2589 | this.coreService.triggerDataEvent(e3, t3); |
| 2590 | } |
| 2591 | resize(e3, t3) { |
| 2592 | isNaN(e3) || isNaN(t3) || (e3 = Math.max(e3, a.MINIMUM_COLS), t3 = Math.max(t3, a.MINIMUM_ROWS), this._bufferService.resize(e3, t3)); |
| 2593 | } |
| 2594 | scroll(e3, t3 = false) { |
| 2595 | this._bufferService.scroll(e3, t3); |
| 2596 | } |