You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike #2656, the final approach I am going to suggest for this is to change selection-foreground to a tagged union in Zig and take some additional types. As part of this, I also propose removing selection-invert-fg-bg (cc @gpanders) and making it part of that union. Proposal:
Maybe the same overhaul can be made for cursor color?
So instead of cursor-color and cursor-invert-fg-bg it can be cursor-foreground and cursor-background with the same semantics as selection-foreground and selection-background?
I’d like to work on this issue if that’s okay. To ensure I fully understand the expected outcome, I noticed the title mentions foreground selection, but your proposal also references selection-background. Should the change involve modifying selection-background to support the new tagged union? Also, should we replicate this for cursor color?
From #2656
Unlike #2656, the final approach I am going to suggest for this is to change
selection-foreground
to a tagged union in Zig and take some additional types. As part of this, I also propose removingselection-invert-fg-bg
(cc @gpanders) and making it part of that union. Proposal:The text was updated successfully, but these errors were encountered: