(e3)
| 5544 | triggerDataEvent(e3, t3 = false) { |
| 5545 | if (this._optionsService.rawOptions.disableStdin) return; |
| 5546 | const i3 = this._bufferService.buffer; |
| 5547 | t3 && this._optionsService.rawOptions.scrollOnUserInput && i3.ybase !== i3.ydisp && this._onRequestScrollToBottom.fire(), t3 && this._onUserInput.fire(), this._logService.debug(`sending data "${e3}"`, (() => e3.split("").map(((e4) => e4.charCodeAt(0))))), this._onData.fire(e3); |
| 5548 | } |
| 5549 | triggerBinaryEvent(e3) { |
| 5550 | this._optionsService.rawOptions.disableStdin || (this._logService.debug(`sending binary "${e3}"`, (() => e3.split("").map(((e4) => e4.charCodeAt(0))))), this._onBinary.fire(e3)); |
| 5551 | } |
no test coverage detected