home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / courses / readme.grw < prev    next >
Text File  |  1992-10-24  |  558b  |  11 lines

  1. G. R. (Fred) Walter, July 1992
  2.  - This code is based on curs13-2.zoo (found on ftp-os2.nmsu.edu).
  3.    Go get the original if you need docs/etc.
  4.  - I ported this code to OS/2 2.0 using Watcom C/386 9.0.
  5.  - I had to fix prntscan.c to properly use stdargs (vprintf and vscanf)
  6.    so Watcom C would produce working code. I also had to modify the
  7.    corresponding function prototypes in curses.h
  8.  - I modified initscr.c to set LINES properly, and also needed to
  9.    modify cursesio.c.
  10.  - I had to write getch() and kbhit() (Watcom C/386 9.0's are broken)
  11.