-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor all codes. * Prefer to use enums instead of constants. * Separate `Object` and `Style`. `Style` represents a style on terminal purely, however `Object` has object content. - Support 256 color and 32bit true color. - Support TTY detection. Three policy: * `Auto`: If given io is TTY, then output colorized text. * `Always`: Output colorized text always. * `Never`: Not output colorized text. - Add command line option for `--color` to specify colorize policy. * Add `color` option to Makefile. - Comment for document more. - Rewrite tests for this changes. - More and more...
- Loading branch information
1 parent
ccf46c0
commit 0418bfb
Showing
24 changed files
with
1,112 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.