feat: add configurable cursor appearance settings - #872
Open
gRoussac wants to merge 2 commits into
Open
Conversation
Add user settings for cursor color, style, unfocused style, and blink behavior. Includes settings UI, config persistence (config v2), and i18n strings. AI-assisted: portions of this change were written with Cursor (LLM). Signed-off-by: gRoussac <gRoussac@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
When switching to a custom cursor color, default to the scheme cursor (or foreground) instead of hardcoded white. Matches the render fallback chain used in terminal_box. AI-assisted: portions of this change were written with Cursor (LLM). Signed-off-by: gRoussac <gRoussac@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
gRoussac
force-pushed
the
cursor_options
branch
from
August 1, 2026 00:17
48d559a to
04acd1d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds user-configurable cursor settings to COSMIC Terminal: color (scheme or custom), focused/unfocused style (block, beam, underline, hollow block, or follow terminal), and blink behavior with interval.
Addresses pop-os/cosmic-epoch#522 — users can now set a beam (I-beam) cursor in settings instead of relying on the terminal emulator alone.
Related work (not in this PR)
Cursor fade in/out is also requested in pop-os/cosmic-epoch#603. An experimental implementation lives on my fork in
cursor_options_fade. I am keeping fade out of this PR because it needs a larger rework for block cursors; I would rather land the core cursor options first and follow up separately.Test plan