home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!konopik.austin.ibm.com!konopik
- From: konopik@konopik.austin.ibm.com (Brad Konopik)
- Newsgroups: comp.unix.aix
- Subject: Re: tigetstr and tgoto in AIX 3.2
- Message-ID: <1992Sep2.063023.21170@awdprime.austin.ibm.com>
- Date: 2 Sep 92 06:30:23 GMT
- References: <9208130305.AA34943@cs90code.csv-tgsc.amex-trs.com>
- Sender: news@awdprime.austin.ibm.com (USENET News)
- Organization: IBM AIX Porting Center, Austin
- Lines: 23
-
- In article <9208130305.AA34943@cs90code.csv-tgsc.amex-trs.com> gonzalod@amex-trs.com (Gonzalo Diethelm) writes:
- >
- >
- >Distribution: world
- >
- >What in heavens are tigetstr and tgoto? It looks like they are functions
- >defined in curses or termcap or termlib, but I don't seem to find them
- >anywhere in /lib or /usr/lib. If they don't exist in AIX 3.2, what
- >would be a reasonable replacement? Thanks and regards.
-
- Bingo ! They are from the "termcap compatibility" routines from the
- curses library. They are hiding in the shared object in /lib/libcurses.a
-
- Issue:
- nm /lib/libcurses | egrep 'tgetstr|tgoto'
-
- (NOTE: I found tgetstr, not tigetstr ... possible typo ??)
-
- --
- tcpnet: konopik@konopik.austin.ibm.com | Brad Konopik
- ibmvnet: KONOPIK at AUSTIN | IBM AIX Porting Center, Austin
- internet: konopik.austin.ibm.com!konopik@ibmpa.awdpa.ibm.com
- uunet: ..!uunet!ibmsupt!ibmpa!konopik.austin.ibm.com!konopik
-