1
1
mirror of https://github.com/Eugeny/tabby.git synced 2025-01-05 18:25:58 +03:00

restore pty bufferization

This commit is contained in:
Eugene Pankov 2019-06-06 19:51:38 +02:00
parent 7bedfc5122
commit 044a39abc9

View File

@ -146,7 +146,7 @@ export class Session extends BaseSession {
this.open = true
this.pty.onData(data => {
this.pty.on('data-buffered', data => {
data = this.processOSC1337(data)
this.emitOutput(data)
if (process.platform === 'win32') {