The following reply was made to PR conf/147992; it has been noted by GNATS.
From: Chip Camden <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: conf/147992: [termcap] [patch] xterm-256color is a 8 colors terminal Date: Sat, 7 Aug 2010 13:28:27 -0700 --NMuMz9nt05w80d4+ Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The patch is indeed inadequate. I'm attaching a version that works. --=20 Sterling (Chip) Camden | [email protected] | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" --- src/termcap 2010-06-11 07:53:21.000000000 -0700 +++ /etc/termcap 2010-08-07 13:25:26.000000000 -0700 @@ -2985,7 +2985,7 @@ # the extra features, but termcap applications still want the names. xterm-16color|xterm alias 1:tc=xterm-xfree86: xterm-88color|xterm alias 2:tc=xterm-256color: -xterm-256color|xterm alias 3:tc=xterm-xfree86: +xterm-256color|xterm alias 3:Co#256:AF=\E[38;5;%dm:AB=\E[48;5;%dm:tc=rxvt: xterm-nrc|xterm alias 4:tc=xterm: xterm-rep|xterm alias 5:tc=xterm: xterm-xmc|xterm alias 6:sg#1:tc=xterm: --XsQoSWH+UP9D9v3l-- --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iQEcBAEBAgAGBQJMXcHrAAoJEIpckszW26+RRUwH/26qrvrhH2YIXHydfc8saXWu GUYpHcTQtxW2ikQGBrcpn5UFniCL28U8vPWo7eExzkr6LY+e/81uyQBzkUOJPi8A ZEk/QBpxC/FDCNUvuMYq8I6jn14EtYJiL/pOnIeZnuMk4V7R72+ShO13MMjRx1UQ HlTEnSQVRJBT5dciQCegGgRKXIU1xb1apLdYDA1EJisiSJJhq3csWJBKe1kM4Vcl 4R/pBV0hRzX5Z+38kPEbOSuvyDZKOIDt1pmJM+rOtucE6caTd3r+G8+6rw93L9wn 5izHKGNcDxYd8ylmF2Xr9csx09fLPHyWwN+xvYAfAaapQD1RAexCdKSlzw7ijoc= =L7IZ -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
