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

ChafaTermDb: Eat advertises color support via TERM #199

Merged
merged 1 commit into from Apr 20, 2024

Commits on Apr 19, 2024

  1. ChafaTermDb: Eat advertises color support via TERM

    The Eat terminal advertises its color support by setting its TERM to:
    * eat-truecolor when it supports more than 256 colors,
    * eat-256color when it supports more than 16 colors,
    * eat-16color when it supports more than 8 colors,
    * eat-color when it supports more than 1 color,
    * eat-mono when it supports no colors.
    
    Note that eat-16color isn't actually supported yet, but a bug has been
    filed upstream: https://codeberg.org/akib/emacs-eat/issues/154
    sfllaw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8c03cee View commit details
    Browse the repository at this point in the history