home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22826 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  2.0 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-cv!ogicse!news.u.washington.edu!serval!hlu
  2. From: hlu@eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: New curses in the works
  5. Message-ID: <1993Jan5.204243.21587@serval.net.wsu.edu>
  6. Date: 5 Jan 93 20:42:43 GMT
  7. Article-I.D.: serval.1993Jan5.204243.21587
  8. References: <C0Dz4A.KEK@austin.ibm.com>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Distribution: usa
  11. Organization: School of EECS, Washington State University
  12. Lines: 40
  13.  
  14. In article <C0Dz4A.KEK@austin.ibm.com>, jstump@auntbea.austin.ibm.com (John E. Stump) writes:
  15. |> I am in the process of porting Curtis Pavel's (sp?) ncurses (also known
  16. |> as pcurses) library to Linux. Most of the work involves porting the
  17. |> sgtty interface to the termios interface. This library is more System
  18. |> V'ish than the current Linux curses. There is keypad support, etc. I
  19. |> also plan on adding color support.
  20. |> 
  21. |> The stumbling block I forsee is that the package uses the terminfo
  22. |> database instead of termcap that is currently used in Linux. Although
  23. |> all the terminfo data and source needed is included in the ncurses
  24. |> package, I was wondering what the Linux users group thinks about
  25. |> terminfo.
  26. |> 
  27. |> Can terminfo and termcap coexist? Is it wise? Would it be better for
  28. |> Linux to shy away from termcap and go to terminfo? Should I just modify
  29. |> the package to use termcap instead? What does POSIX say about termcap vs
  30. |> terminfo?
  31. |> 
  32. |> Sorry for the deluge of questions, but I wanted to check with the group
  33. |> first.
  34. |> 
  35. |> thanks
  36. |> 
  37. |> john.
  38. |> 
  39. |> -- 
  40. |> John Stump (auntbea.austin.ibm.com!jstump@ibmpa.awdpa.ibm.com)
  41.  
  42. John, my email was bounced.
  43.  
  44.    ----- Transcript of session follows -----
  45. >>> DATA
  46. <<< 550 <auntbea.austin.ibm.com!jstump@ibmpa.awdpa.ibm.com>... Host unknown
  47. 550 auntbea.austin.ibm.com!jstump@ibmpa.awdpa.ibm.com... User unknown: Bad file number
  48.  
  49. ------------
  50. I am thinking to do the same thing when I get the time. Which version are
  51. you using? What is the latest version?
  52.  
  53. H.J.
  54.