Subject: Re: CVS commit: src/share/termcap
To: None <taca@back-street.net>
From: Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) <kazu@iijlab.net>
List: source-changes
Date: 03/24/2003 09:22:43
> > adjust kterm entry to support colours - make it child of 'xterm-xf86-v33'
> > (which does support culours), rather than 'xterm-r6' (which does not)
> > Fixes PR misc/12400 by Kazu Yamamoto.
> It breaks something for me.

My patch was for termcap on NetBSD 1.5. 

Since xterm iself is now colored on NetBDS 1.6, kterm should refer to
xterm not to xterm-xf86-v33.

So, the recent change

---
-     :tc=xterm-r6:
+     :tc=xterm-xf86-v33:
---

should be 

---
-     :tc=xterm-r6:
+     :tc=xterm:
---

I have lived on NetBSD 1.6 with this patch since it was released and
have not hit upon any errors.

--Kazu