home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win_nt / curses / readme.nt < prev   
Text File  |  1992-11-09  |  764b  |  20 lines

  1. NTCurses - ported from PCCurses to Windows NT 6/92 D. Feinleib
  2.  
  3. I have named this NTCurses so as not to confuse it with the same
  4. version number of PCCurses.
  5.  
  6. The major change is the use of Windows NT console functions
  7. (in NTIO.C).  In addition, I had to make some changes in
  8. order to get the STANDOUT character attribute working,
  9. along with some other changes.
  10.  
  11. This is a working version of the curses library; it is
  12. not fully functional.  Not all of the character attributes
  13. work, and special keys, i.e., function keys and the like
  14. have not yet been implemented.    Implementation of these
  15. details should not be too difficult.
  16.  
  17. There are still bugs here and there (read: work still
  18. needs to be done on this library, but the basics
  19. are all there).
  20.