diff options
author | June McEnroe <june@causal.agency> | 2018-08-05 19:32:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-05 19:32:11 -0400 |
commit | 9b457ad0c47421776abef2435c52342b4594c863 (patch) | |
tree | 005ea40bd62f88b64ddd259c616748997cfdedf1 /.gitignore | |
parent | Add chat to index.html (diff) | |
download | torus-9b457ad0c47421776abef2435c52342b4594c863.tar.gz torus-9b457ad0c47421776abef2435c52342b4594c863.zip |
Fix color pairs once and for all
8/16 color setup adapted from chat/ui.c. termcap patch hack no longer required. Black on black and bright black now work. Nothing will appear bold anymore on 256-color terminals. The keys for black have definitely always been in the help. You just didn't notice.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6a75e89..2f400d8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,5 @@ meta root server tags -termcap -termcap.db torus.dat torus.sock |