Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable advanced color modes in screen/put-string #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 19, 2024

  1. Add: parse-color, make put-string use it

    Adds terminal/parse-color, which allows for colors
    outside of the constants previously used.
    
    It allows for indexed and RGB modes, which were
    previously inacessible.
    
    It doesn't change the behavior of existing code,
    except in one edge case of someone using put-string
    :fg or :bg options with a string, in which case it
    now throws an error rather than a default value.
    
    Finally, it includes an escape hatch that allows
    for user-provided TextColors to flow through it.
    charlot-shaw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d7ee7d6 View commit details
    Browse the repository at this point in the history