home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / curses / product-info < prev    next >
Encoding:
Text File  |  1995-10-03  |  1.0 KB  |  54 lines

  1. .name
  2. Curses
  3. .author
  4. Simon John Raybould
  5. .aminet-dir
  6. dev/c
  7. .version
  8. 2.10
  9. .reference
  10. GoldFish2-Apr94:d4xx/d439/Curses/
  11. 1.22
  12. GoldFish1-Apr94:BBS/d4xx/d439/Curses.lha
  13. 1.22
  14. FrozenFish-Apr94:BBS/ALib/d4xx/d439/Curses.lha
  15. 1.22
  16. AmigaLibDisk439:Curses/
  17. 1.22
  18. GoldFish2-Apr94:d3xx/d391/Curses/
  19. 1.10
  20. GoldFish1-Apr94:BBS/d3xx/d391/Curses.lha
  21. 1.10
  22. FrozenFish-Apr94:BBS/ALib/d3xx/d391/Curses.lha
  23. 1.10
  24. AmigaLibDisk391:Curses/
  25. 1.10
  26. FreshFish-Jul94:New/dev/c/Curses/
  27. 1.4
  28. FreshFish-Jul94:BBS/dev/Curses-1.4.lha
  29. 1.4
  30. .source
  31. Includes source in C.
  32. .description
  33. A link library containing many of the terminal independant standard
  34. "curses" functions.  Designed primarily for those interested in porting
  35. UNIX screen based programs to the Amiga.  And examples.
  36. .described-by
  37. Richard Fish
  38. .short
  39. Link lib of standard 'curses' functions
  40. .execute
  41. set choice `RequestChoice "Curses" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
  42.  
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool curses.doc TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   MetaTool ReadMe TEXT
  53. endif
  54.