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:
parent
7bedfc5122
commit
044a39abc9
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user