[konsole] [Bug 372116] Feature Request: Support OSC 52 (copy to clipboard)
Shmerl
bugzilla_noreply at kde.org
Mon Apr 15 23:09:02 BST 2024
https://bugs.kde.org/show_bug.cgi?id=372116
--- Comment #33 from Shmerl <shtetldik at gmail.com> ---
Apparently some downstream distros are working around this by changing the
buffer size:
-#define MAX_TOKEN_LENGTH 256 // Max length of tokens (e.g. window title)
+#define MAX_TOKEN_LENGTH 65536 // Max length of tokens (e.g. window title)
That might cover all cases (like very large selections) but it's still better
than 256 characterless. Is there a problem to changing that default to
something like a few megabytes altogether?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list