From 1fb2c98b392b44f8a9ad3512608c92e1dad9c7af Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 5 Aug 2018 19:32:11 -0400 Subject: 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. --- termcap.diff | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 termcap.diff (limited to 'termcap.diff') 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: -- cgit 1.4.1