home *** CD-ROM | disk | FTP | other *** search
- .name
- Curses
- .author
- Simon John Raybould
- .aminet-dir
- dev/c
- .version
- 2.10
- .reference
- GoldFish2-Apr94:d4xx/d439/Curses/
- 1.22
- GoldFish1-Apr94:BBS/d4xx/d439/Curses.lha
- 1.22
- FrozenFish-Apr94:BBS/ALib/d4xx/d439/Curses.lha
- 1.22
- AmigaLibDisk439:Curses/
- 1.22
- GoldFish2-Apr94:d3xx/d391/Curses/
- 1.10
- GoldFish1-Apr94:BBS/d3xx/d391/Curses.lha
- 1.10
- FrozenFish-Apr94:BBS/ALib/d3xx/d391/Curses.lha
- 1.10
- AmigaLibDisk391:Curses/
- 1.10
- FreshFish-Jul94:New/dev/c/Curses/
- 1.4
- FreshFish-Jul94:BBS/dev/Curses-1.4.lha
- 1.4
- .source
- Includes source in C.
- .description
- A link library containing many of the terminal independant standard
- "curses" functions. Designed primarily for those interested in porting
- UNIX screen based programs to the Amiga. And examples.
- .described-by
- Richard Fish
- .short
- Link lib of standard 'curses' functions
- .execute
- set choice `RequestChoice "Curses" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool curses.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool ReadMe TEXT
- endif
-