home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / PDCUR24B.ZIP / contrib / pdcur24 / readme.23 < prev    next >
Encoding:
Text File  |  1998-07-10  |  2.5 KB  |  76 lines

  1.  
  2.                              PDCurses 2.3
  3.             (Public Domain Curses for DOS, OS/2, X11 and Win32)
  4.  
  5.  
  6. INTRODUCTION:
  7.  
  8. This release of PDCurses includes the following changes:
  9.  
  10. - the X11 port is now fully functional
  11. - the MS Visual C++ Win32 port now includes a DLL
  12. - both the X11 and Win32 ports support the mouse
  13. - the slk..() functions are now functional
  14. - support for scrollbars under X11 are experimental at this stage
  15.  
  16. The name of the statically built library is pdcurses.lib (or pdcurses.a).  
  17. The name of the DLL import library (where applicable) is curses.lib.
  18.  
  19. BUGS FIXED:
  20.  
  21. some minor bugs were corrected in this release
  22.  
  23. NEW FUNCTIONS:
  24.  
  25. slk..() functions
  26.  
  27.  
  28. NEW COMPILER SUPPORT:
  29.  
  30. - MS Visual C++ under Win95/NT
  31. - Watcom C++ under OS/2, Win32 and DOS
  32. - two EMX ports have been provided:
  33.   - OS/2 only using OS/2 APIs
  34.   - OS/2 and DOS using EMX video support routines
  35.  
  36. Makefiles for each platform/compiler option reside in the platform
  37. directory.  These all have an extension of .mak.
  38.  
  39.  
  40. EXTRA OPTIONS:
  41.  
  42. PDCurses recognises two environment variables which determines the
  43. initialisation and finalisation behaviour.  These environment variables
  44. do not apply to the X11 port.
  45.  
  46.  PDC_PRESERVE_SCREEN
  47. If this environment variable is set, PDCurses will not clear the screen
  48. to the default white on black on startup.  This allows you to overlay
  49. a window over the top of the existing screen background.
  50.  
  51.  PDC_RESTORE_SCREEN
  52. If this environment variable is set, PDCurses will take a copy of the
  53. contents of the screen at the time that PDCurses is started; initscr(),
  54. and when endwin() is called, the screen will be restored.
  55.  
  56.  
  57. ACKNOWLEGEMENTS: (for this release)
  58.  
  59. Chris Szurgot for original Win32 port.
  60. Gurusamy Sarathy for some updates to the Win32 port.
  61. Kim Huron for the slk..() functions.
  62. Florian Grosse Coosmann for some bug fixes.
  63. Esa Peuha for reducing compiler warnings.
  64. Augustin Martin Domingo for patches to X11 port to enable accented 
  65.  characters.
  66.  
  67. Cheers, Mark
  68. ------------------------------------------------------------------------
  69.  Mark Hessling                       Email:       M.Hessling@qut.edu.au
  70.  PO Box 203                          http://www.lightlink.com/hessling/
  71.  Bellara                                AUTHOR of  |  MAINTAINER of
  72.  QLD 4507                                 THE      |    PDCurses
  73.  Australia                              Rexx/SQL   |     Regina
  74.                 Member of RexxLA: http://www.rexxla.org/
  75. ------------------------------------------------------------------------
  76.