
|
84782 packages online
|
|
 |
|
dev/misc/curses210.lha |
|
No screenshot available
|
|
AMIGA CURSES PACKAGE V2.10 -*-text-*-
==========================
Author : Simon John Raybould (sie@fulcrum.co.uk)
Date : 12th June 1993
Version
=======
$Id: ReadMe,v 1.2 1993/06/12 20:19:21 sie Exp $
Modification History
====================
$Log: ReadMe,v $
# Revision 1.2 1993/06/12 20:19:21 sie
# Removed all the unpleasent, heavy nastiness about copying and stuff.
#
# Revision 1.1 92/06/29 22:56:03 sie
# Initial revision
#
Distribution conditions
-----------------------
This curses package for the Amiga is freely distributable as long as
the supplied archive remains intact and the source code is unchanged.
Feel free to sell any programs that you have written that require
curses for as much as you can get for them.
I ask for no royalties or payment of any kind for the sale of programs
using this library.
All I ask is that a mention is made to the fact that your program used
this library which is available free of charge with source.
No code may be distributed with altered copies of this library linked
in.
Source
------
I am including the source so that users other than SAS and GNU may
benefit from this package.
Please do not breach the above distribution conditions or source will
no longer be distributed freely.
The source code is copyright S.J.Raybould 1991/92/93 and all rights
are reserved.
Aims
----
This package is mainly aimed at people who wish to port screen based
UNIX applications to the Amiga or people who wish to develop screen
based applications for UNIX on their Amiga.
I have received a few email letters about some people not having
access to any curses documentation while using earlier versions of my
library. I had anticipated people have UNIX curses manuals and stuff.
I have therefore extended the documentation file to be more useful. It
now includes prototypes and a description of what the functions do.
I am still fairly sure that I have missed some out so I'll attempt to
track those down and get them documented soon (I hate writing docs!).
This version includes a hyertext file for use with the Commodore
"AmigaGuide" program. Also a postscript manual is included.
Use
---
To use this stuff, include curses.h at the top of your code instead of
stdio.h (curses.h will include stdio.h). Compile as normal and when
linking, link in the library 'curses.lib'. 'curses.h' should be
installed in the same directory as 'stdio.h' (INCLUDE:) with SAS
V6.20. 'curses.lib' could be put in the same directory as 'sc.lib' or
'c.lib' (LIB:) with SAS V6.20
You can put it elsewhere but you will have to explicitly specify the
path when accessing it.
I personally have all libraries that are not part of the official
release of a compiler in LLIB: (local lib). This way I can update the
compiler without having to re-install the local libraries. Just a
suggestion, works for me.
Please Note
-----------
The curses library should be linked in before all other libraries on
the link line.
E.G. slink lib:c.o foo.o TO foo LIB llib:curses.lib+lib:sc.lib+lib:amiga.lib
DICE users
----------
Matthew Rex has supplied the file "files.curseslib" for use with DICE.
He recommends the following command to create the library from the
object files.
libmake files.curseslib -o LIB: -l curses.lib
DICE users should remember to adhere to naming conventions for
different data models if they shoose to make them.
Credits
-------
I feel I must thank certain people for their help in the improvement
of this package from which we all stand to gain. Without their
suggestions, the development of this package would have been
significantly slower, Thanks.
Michael Fischer - For finding many bugs in the first alpha of curses and
continued bug finding and suggestions. Thanks Mike!
Phil Kernick - For his excellent suggestions for improvements.
Kai Vorma - For suggestions and bug reports.
jpb@globule.CAM.ORG - For encouraging me to add the ANSI/serial support
and then spotting the errors. It was well worth it.
Matthew Rex - For porting the code to work with DICE,
thanks Matt !
Any bugs, suggestions, e.t.c. email to 'sie@fulcrum.co.uk'
|
Contents of dev/misc/curses210.lha
PERMSSN UID GID PACKED SIZE RATIO CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 6214 23120 26.9% -lh5- ca46 Feb 21 1994 curses.doc
[generic] 2989 9628 31.0% -lh5- 921d Feb 21 1994 curses.h
[generic] 14293 50288 28.4% -lh5- e535 Feb 21 1994 curses.lib
[generic] 2044 5629 36.3% -lh5- 7481 Jun 10 1992 examples/hanoi/hanoi.c
[generic] 84 136 61.8% -lh5- 1086 Feb 7 1992 examples/hanoi/Makefile
[generic] 18755 36268 51.7% -lh5- fcd5 Feb 21 1994 examples/odds/fm
[generic] 5214 18475 28.2% -lh5- f862 Dec 30 1991 examples/odds/fm.c
[generic] 20068 38252 52.5% -lh5- b25f Feb 21 1994 examples/odds/knight
[generic] 2808 7237 38.8% -lh5- a7df Dec 30 1991 examples/odds/knight.c
[generic] 187 450 41.6% -lh5- 065c Jul 2 1993 examples/odds/Makefile
[generic] 186 450 41.3% -lh5- 0b66 Jul 2 1993 examples/odds/Makefile~
[generic] 16503 30716 53.7% -lh5- 3fda Feb 21 1994 examples/odds/rain
[generic] 647 1713 37.8% -lh5- b55d Dec 30 1991 examples/odds/rain.c
[generic] 17281 32244 53.6% -lh5- e93e Feb 21 1994 examples/odds/worms
[generic] 1760 6021 29.2% -lh5- 5599 Dec 30 1991 examples/odds/worms.c
[generic] 2164 5303 40.8% -lh5- 7dd5 Feb 21 1994 History
[generic] 18303 62600 29.2% -lh5- 4f3e Feb 21 1994 libcurses.a
[generic] 2015 4286 47.0% -lh5- a638 Feb 21 1994 ReadMe
[generic] 2333 5283 44.2% -lh5- 7c08 Feb 21 1994 src/_ansi.c
[generic] 956 1993 48.0% -lh5- a0dc Feb 21 1994 src/_cleanup.c
[generic] 1834 4512 40.6% -lh5- 08f2 Feb 21 1994 src/_creatwin.c
[generic] 1672 3494 47.9% -lh5- f0fb Feb 21 1994 src/_data.c
[generic] 1646 3655 45.0% -lh5- a180 Feb 21 1994 src/_doecho.c
[generic] 1040 2123 49.0% -lh5- 28bc Feb 21 1994 src/_drawcur.c
[generic] 870 1671 52.1% -lh5- f0f0 Feb 21 1994 src/_exit.c
[generic] 932 1778 52.4% -lh5- 952b Feb 21 1994 src/_mergewin.c
[generic] 1642 3690 44.5% -lh5- fe3f Feb 21 1994 src/_scroll.c
[generic] 1051 1992 52.8% -lh5- 8f77 Feb 21 1994 src/_togcur.c
[generic] 944 1817 52.0% -lh5- a3f6 Feb 21 1994 src/_zapcur.c
[generic] 2338 5534 42.2% -lh5- cdd0 Feb 21 1994 src/acurses.h
[generic] 893 1718 52.0% -lh5- c4de Feb 21 1994 src/baudrate.c
[generic] 1565 3669 42.7% -lh5- b1df Feb 21 1994 src/beep.c
[generic] 1049 2141 49.0% -lh5- 5b94 Feb 21 1994 src/box.c
[generic] 972 1832 53.1% -lh5- 3953 Feb 21 1994 src/cbreak.c
[generic] 996 1857 53.6% -lh5- 7180 Feb 21 1994 src/clearok.c
[generic] 2989 9628 31.0% -lh5- 921d Feb 21 1994 src/curses.h
[generic] 1270 2532 50.2% -lh5- 21dd Feb 21 1994 src/delwin.c
[generic] 1103 2240 49.2% -lh5- 3787 Feb 21 1994 src/doupdate.c
[generic] 893 1689 52.9% -lh5- f12a Feb 21 1994 src/echo.c
[generic] 1191 2287 52.1% -lh5- c15f Feb 21 1994 src/endwin.c
[generic] 817 1566 52.2% -lh5- 6263 Feb 21 1994 src/fixterm.c
[generic] 1021 1941 52.6% -lh5- 37b8 Feb 21 1994 src/flash.c
[generic] 951 1819 52.3% -lh5- 5fff Feb 21 1994 src/flushinp.c
[generic] 834 1603 52.0% -lh5- 6531 Feb 21 1994 src/gettmode.c
[generic] 927 1958 47.3% -lh5- a6a7 Feb 21 1994 src/gnu.mk
[generic] 906 1740 52.1% -lh5- 57d6 Feb 21 1994 src/hascolours.c
[generic] 857 1657 51.7% -lh5- 3e99 Feb 21 1994 src/idlok.c
[generic] 1071 2047 52.3% -lh5- c0e0 Feb 21 1994 src/initcolour.c
[generic] 2949 7048 41.8% -lh5- 2c84 Feb 21 1994 src/initscr.c
[generic] 942 1791 52.6% -lh5- 4ea1 Feb 21 1994 src/keypad.c
[generic] 990 1889 52.4% -lh5- 97af Feb 21 1994 src/leaveok.c
[generic] 959 1848 51.9% -lh5- 27ca Feb 21 1994 src/longname.c
[generic] 1797 3749 47.9% -lh5- b66d Feb 21 1994 src/Makefile
[generic] 1043 2076 50.2% -lh5- 43b4 Feb 21 1994 src/mvcur.c
[generic] 924 1788 51.7% -lh5- 60aa Feb 21 1994 src/mvprintw.c
[generic] 996 2005 49.7% -lh5- 676b Feb 21 1994 src/mvscanw.c
[generic] 974 1862 52.3% -lh5- 555e Feb 21 1994 src/mvwin.c
[generic] 951 1834 51.9% -lh5- ec1a Feb 21 1994 src/mvwprintw.c
[generic] 1032 2067 49.9% -lh5- a703 Feb 21 1994 src/mvwscanw.c
[generic] 1057 2092 50.5% -lh5- e5dc Feb 21 1994 src/newwin.c
[generic] 897 1687 53.2% -lh5- e344 Feb 21 1994 src/nl.c
[generic] 979 1843 53.1% -lh5- ddb3 Feb 21 1994 src/nocbreak.c
[generic] 942 1780 52.9% -lh5- 2fd3 Feb 21 1994 src/nodelay.c
[generic] 899 1700 52.9% -lh5- a545 Feb 21 1994 src/noecho.c
[generic] 901 1695 53.2% -lh5- 8216 Feb 21 1994 src/nonl.c
[generic] 909 1720 52.8% -lh5- 0687 Feb 21 1994 src/overlay.c
[generic] 907 1726 52.5% -lh5- 9265 Feb 21 1994 src/overwrite.c
[generic] 894 1715 52.1% -lh5- 8cd7 Feb 21 1994 src/printw.c
[generic] 1407 8869 15.9% -lh5- 060c Feb 21 1994 src/protos.h
[generic] 504 975 51.7% -lh5- 9a01 Feb 21 1994 src/Read_Me
[generic] 819 1576 52.0% -lh5- c270 Feb 21 1994 src/resetterm.c
[generic] 826 1589 52.0% -lh5- d8dd Feb 21 1994 src/resetty.c
[generic] 825 1580 52.2% -lh5- 66fd Feb 21 1994 src/saveterm.c
[generic] 814 1562 52.1% -lh5- 9a95 Feb 21 1994 src/savetty.c
[generic] 967 1936 49.9% -lh5- 611c Feb 21 1994 src/scanw.c
[generic] 1011 1911 52.9% -lh5- ca22 Feb 21 1994 src/scroll.c
[generic] 977 1833 53.3% -lh5- 72c2 Feb 21 1994 src/scrollok.c
[generic] 860 1652 52.1% -lh5- 2280 Feb 21 1994 src/setterm.c
[generic] 1071 2218 48.3% -lh5- 8a06 Feb 21 1994 src/setupterm.c
[generic] 895 1721 52.0% -lh5- e246 Feb 21 1994 src/startcolour.c
[generic] 1053 2106 50.0% -lh5- a30c Feb 21 1994 src/subwin.c
[generic] 1774 4108 43.2% -lh5- 53a0 Feb 21 1994 src/tgetent.c
[generic] 1000 1921 52.1% -lh5- 3721 Feb 21 1994 src/tgetflag.c
[generic] 1205 2419 49.8% -lh5- da44 Feb 21 1994 src/tgetnum.c
[generic] 1145 2288 50.0% -lh5- d558 Feb 21 1994 src/tgetstr.c
[generic] 1159 2758 42.0% -lh5- c8cd Feb 21 1994 src/tgoto.c
[generic] 1160 2230 52.0% -lh5- b521 Feb 21 1994 src/touchwin.c
[generic] 1110 2688 41.3% -lh5- 2628 Feb 21 1994 src/tparm.c
[generic] 1311 3029 43.3% -lh5- 171d Feb 21 1994 src/tputs.c
[generic] 981 1918 51.1% -lh5- 1352 Feb 21 1994 src/unctrl.c
[generic] 861 1653 52.1% -lh5- 60f5 Feb 21 1994 src/waddch.c
[generic] 1664 5271 31.6% -lh5- d427 Feb 21 1994 src/waddstr.c
[generic] 973 1861 52.3% -lh5- 3693 Feb 21 1994 src/wattroff.c
[generic] 1063 2057 51.7% -lh5- 10f5 Feb 21 1994 src/wattron.c
[generic] 1068 2045 52.2% -lh5- 16d0 Feb 21 1994 src/wattrset.c
[generic] 1247 2499 49.9% -lh5- c3ec Feb 21 1994 src/wclear.c
[generic] 1238 2764 44.8% -lh5- e296 Feb 21 1994 src/wclrtobot.c
[generic] 1182 2441 48.4% -lh5- 4b45 Feb 21 1994 src/wclrtoeol.c
[generic] 1077 2239 48.1% -lh5- 07b4 Feb 21 1994 src/wdelch.c
[generic] 934 1775 52.6% -lh5- 9914 Feb 21 1994 src/wdeleteln.c
[generic] 1194 2376 50.3% -lh5- 70cf Feb 21 1994 src/werase.c
[generic] 2307 5827 39.6% -lh5- fadb Feb 21 1994 src/wgetch.c
[generic] 1374 2881 47.7% -lh5- dd93 Feb 21 1994 src/wgetstr.c
[generic] 987 1874 52.7% -lh5- 5183 Feb 21 1994 src/winch.c
[generic] 1050 2208 47.6% -lh5- 0e68 Feb 21 1994 src/winsch.c
[generic] 934 1779 52.5% -lh5- 4c95 Feb 21 1994 src/winsertln.c
[generic] 981 1919 51.1% -lh5- 51de Feb 21 1994 src/wmove.c
[generic] 1089 2230 48.8% -lh5- 9f26 Feb 21 1994 src/wnoutrefresh.c
[generic] 912 1744 52.3% -lh5- beb4 Feb 21 1994 src/wprintw.c
[generic] 2805 9182 30.5% -lh5- 25cf Feb 21 1994 src/wrefresh.c
[generic] 994 1980 50.2% -lh5- 6c05 Feb 21 1994 src/wscanw.c
[generic] 1019 1940 52.5% -lh5- fe0f Feb 21 1994 src/wsetscrreg.c
[generic] 933 1770 52.7% -lh5- 59d0 Feb 21 1994 src/wstandend.c
[generic] 866 1645 52.6% -lh5- 7cb1 Feb 21 1994 src/wstandout.c
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 114 files 242646 575044 42.2% Feb 23 1995
|
|
|
 |
Page generated in 0.01 seconds |
Aminet © 1992-2024 Urban
Müller and the Aminet team.
Aminet contact address: <aminet aminet net> |