home *** CD-ROM | disk | FTP | other *** search
- Notes for the Megamax Version of Curses
-
- This version of curses compiles with the Megamax C compiler. A couple
- of bug fixes were needed and the wgetstr routine was hacked quite a bit.
-
-
- Notes:
-
- 1. The overlay() routine was renamed woverlay() to avoid a conflict with
- the Megamax reserved word.
-
- 2. The entire file was placed in an overlay because I needed the space.
- You may want to get rid of the overlay line in curses.c depending on
- what you're linking curses with.
-
- 3. The routines printw() and scanw() are implemented in the usual brute-
- force way since Megamax doesn't have varargs. These are at the end
- of curses.c.
-
- 4. Remember to change your init.c to get extra stack space.
-
- 5. The file portab.h contains the definitions needed from the Alcyon
- file of the same name. If you have a more complete version, use it.
-
- 6. twinkle.tos isn't in this distribution because I wanted to post this
- stuff as clear text.
-
-
- Tony Andrews
- ihnp4!onecom!wldrdg!tony
- Wildridge Consulting, Inc.
- Boulder, CO
-