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 | 1fb2c98b392b44f8a9ad3512608c92e1dad9c7af (patch) | |
tree | 116e245075517c79707632d3a59cd7b113a2999d /.gitignore | |
parent | Add chat to index.html (diff) | |
download | torus-1fb2c98b392b44f8a9ad3512608c92e1dad9c7af.tar.gz torus-1fb2c98b392b44f8a9ad3512608c92e1dad9c7af.zip |
Fix color pairs once and for all v1
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 |