From 03e9aa0e3c960a084319e8dc1442cfa0b20b19dd Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 16 May 2026 19:43:57 +0200 Subject: [PATCH] fixed #11283 - missing terminal titles --- tabby-terminal/src/middleware/oscProcessing.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabby-terminal/src/middleware/oscProcessing.ts b/tabby-terminal/src/middleware/oscProcessing.ts index adbc6b13..329b4855 100644 --- a/tabby-terminal/src/middleware/oscProcessing.ts +++ b/tabby-terminal/src/middleware/oscProcessing.ts @@ -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