home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6325 < prev    next >
Encoding:
Text File  |  1992-11-10  |  986 b   |  29 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!ukma!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
  3. From: hank@ducvax.auburn.edu
  4. Subject: Re: emx curses...
  5. Message-ID: <1992Nov10.185524.1@ducvax.auburn.edu>
  6. Lines: 15
  7. Sender: usenet@news.duc.auburn.edu (News Account)
  8. Nntp-Posting-Host: ducvax
  9. Organization: Auburn University, AL
  10. References: <74335@hydra.gatech.EDU>
  11. Date: Tue, 10 Nov 1992 23:55:24 GMT
  12. Lines: 15
  13.  
  14. In article <74335@hydra.gatech.EDU>, gt4719b@prism.gatech.EDU (Dave Frascone) writes:
  15. > I just got emx with curses, but whenever I try a curses call,
  16. > I get a core dump.
  17.  
  18. Try setting TERM and TERMCAP, as in
  19.  set TERM=ansi
  20.  set TERMCAP=c:\emx\etc\termcap.dat
  21.  
  22. Note: PDCurses from Hessling looks good. I compiled under MSC 6.00A without
  23. problems for testing the sc (Spreadsheet calculator). I'm still working on
  24. the EMX/gcc version. PDCurses compiles fine with EMX, but I get some odd
  25. chars when running sc. 
  26.  
  27. -- 
  28. --Darrel Hankerson hank@ducvax.auburn.edu
  29.