home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9318 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.4 KB

  1. 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
  2. From: konopik@konopik.austin.ibm.com (Brad Konopik)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: tigetstr and tgoto in AIX 3.2
  5. Message-ID: <1992Sep2.063023.21170@awdprime.austin.ibm.com>
  6. Date: 2 Sep 92 06:30:23 GMT
  7. References: <9208130305.AA34943@cs90code.csv-tgsc.amex-trs.com>
  8. Sender: news@awdprime.austin.ibm.com (USENET News)
  9. Organization: IBM AIX Porting Center, Austin
  10. Lines: 23
  11.  
  12. In article <9208130305.AA34943@cs90code.csv-tgsc.amex-trs.com> gonzalod@amex-trs.com (Gonzalo Diethelm) writes:
  13. >
  14. >
  15. >Distribution: world
  16. >
  17. >What in heavens are tigetstr and tgoto? It looks like they are functions
  18. >defined in curses or termcap or termlib, but I don't seem to find them
  19. >anywhere in /lib or /usr/lib. If they don't exist in AIX 3.2, what
  20. >would be a reasonable replacement? Thanks and regards.
  21.  
  22. Bingo !  They are from the "termcap compatibility" routines from the 
  23. curses library.  They are hiding in the shared object in /lib/libcurses.a
  24.  
  25. Issue:
  26.   nm /lib/libcurses | egrep 'tgetstr|tgoto'
  27.  
  28. (NOTE: I found tgetstr, not tigetstr ... possible typo ??)
  29.  
  30. -- 
  31.   tcpnet: konopik@konopik.austin.ibm.com  |  Brad Konopik
  32.  ibmvnet: KONOPIK at AUSTIN               |  IBM AIX Porting Center, Austin
  33. internet: konopik.austin.ibm.com!konopik@ibmpa.awdpa.ibm.com
  34.    uunet: ..!uunet!ibmsupt!ibmpa!konopik.austin.ibm.com!konopik
  35.