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

Feature.terminal truecolor #1413

Merged
merged 9 commits into from Jan 27, 2020
Merged

Feature.terminal truecolor #1413

merged 9 commits into from Jan 27, 2020

Commits on Jan 26, 2020

  1. add a formatter for truecolor terminals

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b9a27c8 View commit details
    Browse the repository at this point in the history
  2. automatically use terminal-truecolor if $TERM == xterm

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    10ec33a View commit details
    Browse the repository at this point in the history
  3. cache the style string

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    5ce4617 View commit details
    Browse the repository at this point in the history
  4. better error message

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    c32aa88 View commit details
    Browse the repository at this point in the history
  5. add support for the $COLORTERM variable

    which appears to be in use someplaces?
    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    c877390 View commit details
    Browse the repository at this point in the history
  6. add boilerplate to the top of the file

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    deb6148 View commit details
    Browse the repository at this point in the history
  7. add a spec

    http://jneen.net/ committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    9d151eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. more robust truecolor checking

    http://jneen.net/ committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e53c649 View commit details
    Browse the repository at this point in the history
  2. add in missing require 'rbconfig'

    http://jneen.net/ committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    260dc3d View commit details
    Browse the repository at this point in the history