Support Kitty font size protocol
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7.5k
- Forks
- 351
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 15
Description
The kitty terminal added in version 0.40.0 support for a new protocol that allows TUIs to specify the font size to be used when printing text. See: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/
It would be nice to support this in Rio as well.
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 with the Kitty text-sizing protocol documentation linked in the issue, then trace Rio's terminal protocol handling to find the relevant entry point. Determine how Kitty 0.40.0 font-size requests should be represented and applied in Rio; done means Rio supports the protocol without regressing existing terminal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100