Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/share/termcap



> > 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



Home | Main Index | Thread Index | Old Index