mobile-shell / mobile-shell/mosh
Add support for OSC 4 (get/set indexed colors)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 14.5k
- Forks
- 865
- PR merge metrics
- No merged PRs in 30d
Description
OSC 4 enables getting and setting indexed colors, and is widely supported.
Reference: https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Operating-System-Commands
Relates to #1145
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked xterm control-sequence reference for OSC 4 and inspecting the existing OSC handling in Mosh. Determine how indexed-color get/set requests should fit the current terminal protocol support. Done means Mosh supports both OSC 4 operations consistently with the reference; the issue names no specific tests or files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100