home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1731 < prev    next >
Internet Message Format  |  1990-12-28  |  1KB

  1. From: jean@pogo.hasler
  2. Newsgroups: alt.sources
  3. Subject: Re: missing parts - elvis?
  4. Message-ID: <1487@hslrswi.UUCP>
  5. Date: 28 Aug 90 11:00:30 GMT
  6.  
  7. In article <5345@kd4nc.UUCP> cld@kd4nc.UUCP (Charles D'Englere) writes:
  8. >I seem to be missing some parts of elvis that drive the terminal operation
  9. >of the program. Missing files seem to be the following:
  10. >    fgetlr
  11. >    isdigit
  12. >    tgetent
  13. >    tgetflag
  14. >    tgetnum
  15. >    tgetstr
  16. >    tgoto
  17. >    tputs
  18. >
  19. >I am trying to compile this under MS-DOS using MSC 5.10. The only function
  20. >that I found that is in the MSC libraries is 'isdigit'. Any insight to this
  21. >would be appreciated.
  22. >
  23.  
  24. I had also some difficulties with 'Elvis.prj' for TURBOC where the
  25. make list (including isdigit and the other t.. functions) was wrong
  26. and I had to remove all termcap/* files and replace them by 'tinytcap'
  27. which has all above functions.
  28.  
  29. Since the make file was wrong for TURBOC, the one for MSC could be wrong
  30. too (however tinytcap is there!). Try other things.
  31.  
  32. On TURBOC it didn't work the first time and I had too use the 'HUGE'
  33. model and remove all ANSI C checks (my job is also to specify some
  34. C Standard on UNIX).
  35.  
  36. However Elvis (Presley!) works fine now.
  37.  
  38. Can somebody indicates how we can change the colors (easily): I have
  39. no time (so many things on the net: for instance this new fractal for
  40. IBM with GIF output for my Amiga !!!!!).
  41.  
  42. THANKS to the originator of Elvis anyway!
  43.