Summary: | Feature request: OSC 12 support (Change text cursor color) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Maxim <sliva0mk> |
Component: | emulation | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 24.05.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/a213c3df04cd608f6db7e2ae6d407f4c420cc431 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | xterm, xfce4-terminal, terminator and Konsole |
Description
Maxim
2024-06-21 16:14:54 UTC
Created attachment 170762 [details]
xterm, xfce4-terminal, terminator and Konsole
The closest thing I found to the documentation is the "XTerm Control Sequences" pdf file: https://invisible-island.net/xterm/ctlseqs/ctlseqs.pdf, pages 34-36. A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1029 Git commit a213c3df04cd608f6db7e2ae6d407f4c420cc431 by Matan Ziv-Av. Committed on 14/09/2024 at 10:28. Pushed by hindenburg into branch 'master'. Add support for setting the cursor color (OSC 12) Parse OSC 12 and set the cursor color accordingly. M +12 -0 src/Vt102Emulation.cpp M +1 -0 src/Vt102Emulation.h https://invent.kde.org/utilities/konsole/-/commit/a213c3df04cd608f6db7e2ae6d407f4c420cc431 |