mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 10:14:31 -05:00
fixed #11283 - missing terminal titles
This commit is contained in:
@@ -79,6 +79,8 @@ export class OSCProcessor extends SessionMiddleware {
|
||||
const content = Buffer.from(oscParams[1], 'base64')
|
||||
this.copyRequested.next(content.toString())
|
||||
}
|
||||
} else {
|
||||
processedData.push(data.subarray(prefixIndex, foundSuffix[1] + foundSuffix[0].length))
|
||||
}
|
||||
|
||||
// Move past this OSC sequence
|
||||
|
||||
Reference in New Issue
Block a user