home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6218 < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.8 KB  |  38 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
  3. From: hank@ducvax.auburn.edu
  4. Subject: Re: Curses error with EMX/GCC
  5. Message-ID: <1992Nov4.105455.1@ducvax.auburn.edu>
  6. Lines: 24
  7. Sender: usenet@news.duc.auburn.edu (News Account)
  8. Nntp-Posting-Host: ducvax
  9. Organization: Auburn University, AL
  10. References: <1992Nov3.171349.20423@fzi.de>
  11. Date: Wed, 4 Nov 1992 15:54:55 GMT
  12. Lines: 24
  13.  
  14. In article <1992Nov3.171349.20423@fzi.de>, auhl@fzi.de (Axel Uhl) writes:
  15. > I tried porting an editor written under HP/UX. There I used the Curses
  16. > library, and thus expected the port with the EMX Curses library to run well.
  17. > After simulating some missing screen attributes (why the hell does the EMX
  18. > Curses not support A_BLINK etc... ?) the code was compilable. But to my surprise
  19. > I got a core dump when inputting something with scanw. Trying to track the
  20.  
  21. You do need to set term and termcap, if I recall correctly. 
  22.  
  23. Mark Hessling maintains PDCurses 2.0 (beta). I used this to port sc to OS/2
  24. 1.x under MSC. I have only started playing with PDCurses under EMX, but the
  25. compile went fine. I have not yet tested the demos under EMX/gcc (they work
  26. fine under MSC). PDCurses is not widely available (I don't think archie
  27. can find it), but Hessling may permit you to beta-test.
  28.  
  29. One other note: The port of curses to OS/2 on hobbes has a serious bug in
  30. the ApiGetMode (or whatever it's called) use. Folks on the net helped me
  31. with this one. PDCurses is considerably faster than this older curses. 
  32. However, sometimes my windows slow down (why is this, anyway?), and the
  33. older PDCurses beta seems immune from this slowdown (the slowdown is NOT
  34. due to PDCurses).
  35.  
  36. -- 
  37. --Darrel Hankerson hank@ducvax.auburn.edu
  38.