Xref: utzoo comp.unix.wizards:24129 comp.unix.programmer:1081 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!crdgw1!wsqtb9!salantel From: salantel@wsqtb9.crd.ge.com (E. L. Salant) Newsgroups: comp.unix.wizards,comp.unix.programmer Subject: converting termcap to termlib Keywords: termcap termlib tic Message-ID: <16817@crdgw1.crd.ge.com> Date: 15 Feb 91 19:17:35 GMT Sender: news@crdgw1.crd.ge.com Reply-To: salantel@wsqtb9.crd.ge.com (E. L. Salant) Followup-To: comp.unix.wizards Organization: General Electric Corp. R&D, Schenectady, NY Lines: 10 References: I am trying to run a cursesX application on our new DecStation 5000, and have found that there is no termlib entry for xterm. I therefore took the termcap entry and did a tic -v on it. While the tic command seemed to work ok (it created an xterm directory in /usr/lib/terminfo/x), when I try running my application I get "Sorry, I don't know how to deal with your 'xterm' terminal" coming from initscr. Why isn't it finding the xterm entry in termlib?? Please respond directly to me and thanks for your help - Eliot Salant