home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / curses / readme.too < prev    next >
Text File  |  1987-08-23  |  1KB  |  33 lines

  1.         Notes for the Megamax Version of Curses
  2.  
  3. This version of curses compiles with the Megamax C compiler. A couple
  4. of bug fixes were needed and the wgetstr routine was hacked quite a bit.
  5.  
  6.  
  7. Notes:
  8.  
  9. 1. The overlay() routine was renamed woverlay() to avoid a conflict with
  10.    the Megamax reserved word.
  11.  
  12. 2. The entire file was placed in an overlay because I needed the space.
  13.    You may want to get rid of the overlay line in curses.c depending on
  14.    what you're linking curses with.
  15.  
  16. 3. The routines printw() and scanw() are implemented in the usual brute-
  17.    force way since Megamax doesn't have varargs. These are at the end
  18.    of curses.c.
  19.  
  20. 4. Remember to change your init.c to get extra stack space.
  21.  
  22. 5. The file portab.h contains the definitions needed from the Alcyon
  23.    file of the same name. If you have a more complete version, use it.
  24.  
  25. 6. twinkle.tos isn't in this distribution because I wanted to post this
  26.    stuff as clear text.
  27.  
  28.  
  29. Tony Andrews
  30. ihnp4!onecom!wldrdg!tony
  31. Wildridge Consulting, Inc.
  32. Boulder, CO
  33.