(e3, t3 = true)
| 2586 | this._logService.logLevel <= r.LogLevelEnum.WARN && !m && (this._logService.warn("writeSync is unreliable and will be removed soon."), m = true), this._writeBuffer.writeSync(e3, t3); |
| 2587 | } |
| 2588 | input(e3, t3 = true) { |
| 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 | } |