[konsole] [Bug 372116] Feature Request: Support OSC 52 (copy to clipboard)

Shmerl bugzilla_noreply at kde.org
Mon Apr 15 23:27:55 BST 2024


https://bugs.kde.org/show_bug.cgi?id=372116

--- Comment #35 from Shmerl <shtetldik at gmail.com> ---
Well, I see it being used at least in a few places in the code:

```
src/Vt102Emulation.cpp:322:    tokenBufferPos = qMin(tokenBufferPos,
MAX_TOKEN_LENGTH - 1);
src/Vt102Emulation.h:127:#define MAX_TOKEN_LENGTH 256 // Max length of tokens
(e.g. window title)
src/Vt102Emulation.h:132:    uint tokenBuffer[MAX_TOKEN_LENGTH]; // FIXME:
overflow?
```

But I didn't dig extensively through it. Trying to build it now with that
change to see if it does anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list