-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add cursorStyleInactive option #4566
Copy link
Copy link
Closed
Labels
help wantedtype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features
Milestone
Description
Follow up to #4443
Since we reverted how it used to be (which I still think is the right default), some embedders/users may want it the old way still. We can solve this for everyone by adding a cursorInactiveStyle as suggested by @boettges in #4443 (comment). The name cursorInactiveStyle aligns with selectionInactiveBackground
To implement this you would need to:
- Add the new option to xterm.d.ts, options service, etc.
- Implement it for dom, canvas and webgl renderers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedtype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features