home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / curses_391.lzh / Curses / History < prev    next >
Text File  |  1990-10-27  |  1KB  |  47 lines

  1.                      AMIGA CURSES PACKAGE
  2.                      ====================
  3.  
  4.  
  5. Author: Simon J Raybould.    sie@fulcrum.bt.co.uk
  6.  
  7.  
  8. Updates from V1.00 to V1.10
  9. ===========================
  10.  
  11. Bugs Fixed
  12. ----------
  13.  
  14.     1. calling wrefresh() and other such functions with an uninitialised
  15.        pointer caused the machine to hang up.
  16.     
  17.     2. Fixed bugs in box() routine, including cursor position after
  18.        drawing a box.
  19.  
  20.     3. Fixed all of the mvwxxxx() routines such as mvwaddch(), mvwaddstr, 
  21.        e.t.c. These were previously doing the move part of the instruction 
  22.        in stdscr instead of the specified window.
  23.  
  24.  
  25. Changes Made
  26. ------------
  27.  
  28.     1. Now distributed with two libraries, one with full 32 bit addressing
  29.        for large programs, and one without for smaller code.
  30.  
  31.     2. Changed the advised line to blink in the examples. Now includes
  32.        curses.lib before the other libraries.
  33.  
  34.     3. Added more examples.
  35.  
  36.     4. Corrected newwin/subwin control/refreshing to be more like UNIX.
  37.  
  38.     5. Added nocrmode().
  39.  
  40.     6. Altered the header file to fix the mvwxxxx() bugs mentioned above.
  41.  
  42.     7. Added mvwin().
  43.  
  44.     8. Added full keyboard support including Function keys and Cursor keys.
  45.  
  46.     9. Made keypad() switch the ANSI mapping off when set to TRUE.
  47.