Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!rlin From: rlin@cs.ubc.ca (Robert Lin) Newsgroups: comp.unix.sysv386 Subject: ISC xtermcap bug Message-ID: <9490@ubc-cs.UUCP> Date: 9 Sep 90 20:17:57 GMT Sender: news@cs.ubc.ca Organization: Objective Software Engineering Corp. Lines: 9 I've found what appears to be a bug in ISC 2.0.2's xtermcap library. It will not properly read a termcap entry that starts with a backslash (octal escaped entry). For example, the entry GV=\63 would return as NULL by tgetstr, whereas in truth it should return a "3" string. Does anyone know of a public domain termcap library (with source of course) that works right? If so, please point me in the right direction. -Robert Lin