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 /termcap.diff | |
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 'termcap.diff')
-rw-r--r-- | termcap.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/termcap.diff b/termcap.diff deleted file mode 100644 index 109fb95..0000000 --- a/termcap.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- /usr/share/misc/termcap 2017-07-29 16:46:57.370274000 +0000 -+++ termcap 2017-08-09 03:09:03.753635000 +0000 -@@ -2883,7 +2883,7 @@ - - xterm-256color|xterm alias 3:\ - :Co#256:pa#32767:\ -- :AB=\E[48;5;%dm:AF=\E[38;5;%dm:tc=xterm-new: -+ :tc=xterm-new: - - xterm-nrc|xterm alias 4:\ - :tc=xterm: -@@ -4636,7 +4636,7 @@ - - rxvt-256color|rxvt terminal emulator with 256 colors:\ - :Co#256:pa#32767:\ -- :AB=\E[48;5;%dm:AF=\E[38;5;%dm:op=\E[39;49m:tc=rxvt-unicode: -+ :AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=rxvt-unicode: - - rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System):\ - :tc=rxvt-256color: |