Source-Changes archive

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

CVS commit: [netbsd-5] src/lib/libterm



Module Name:    src
Committed By:   snj
Date:           Tue Aug  4 20:04:40 UTC 2009

Modified Files:
        src/lib/libterm [netbsd-5]: termcap.3 termcap.c

Log Message:
Pull up following revision(s) (requested by bad in ticket #875):
        lib/libterm/termcap.3: revision 1.33
        lib/libterm/termcap.c: revision 1.55
Only add the ZZ capability for termcap entries that are larger than 1023
bytes.
This fixes the problem that enabling the titeInhibit Xresource of xterm has
no effect, because xterm exports a TERMCAP string without ti/te sequences
but doesn't remove the ZZ capability because it doesn't know about it and
termcap(3) ignores the stringe because of the ZZ.
Discussed with and OK'ed by blymn@.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.18.1 src/lib/libterm/termcap.3
cvs rdiff -u -r1.54 -r1.54.18.1 src/lib/libterm/termcap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index