mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 08:59:58 +00: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.open = true
|
||||||
|
|
||||||
this.pty.onData(data => {
|
this.pty.on('data-buffered', data => {
|
||||||
data = this.processOSC1337(data)
|
data = this.processOSC1337(data)
|
||||||
this.emitOutput(data)
|
this.emitOutput(data)
|
||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user