diff options
| -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" |
