diff options
| author | Jeff Carr <[email protected]> | 2024-10-03 06:58:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-03 06:58:04 -0500 |
| commit | 32619e7dadbbb4c812b0b405588b158ba562a50f (patch) | |
| tree | be3cfebf6faa8aad21c8c9e9aa82dffca36beedc | |
| parent | 2ea283ea74232e1d812f4f4da3156dace35a96a3 (diff) | |
link to blog about terminal color
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | color.go | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@ # a console toolkit around gocui [terminals that support ture color](https://github.com/termstandard/colors#truecolor-support-in-output-devices) +[more info about color](https://jvns.ca/blog/2024/10/01/terminal-colours/) @@ -1,5 +1,8 @@ package main +// information about how terminfo works +// https://jvns.ca/blog/2024/10/01/terminal-colours/ + import ( "math/rand" |
