home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / PGRMRUTS.ZIP / C_WREAD.ME < prev    next >
Text File  |  1987-01-16  |  1KB  |  43 lines

  1.  
  2.                C WINDOWING TOOLBOX NOTES & UPDATES
  3.                -----------------------------------
  4.  
  5. Jan 1987:
  6.  
  7. C WINDOWING TOOLBOX Version 1.2:
  8.  
  9.         W_WRITEXY() has been added. This function combines the
  10.         W_WRITE() & W_GOTOXY() functions.
  11.  
  12.         The integer variable "b_usage" keeps track of the windowing
  13.         buffer usage.
  14.  
  15.         W_GETSTR () string editing has been improved. The HOME & END
  16.         keys now move the cursor to the beginning and end of the 
  17.         string, and there is less cursor "flicker."
  18.  
  19.         C_WINDOW is compatible with both the Lattice (Microsoft V2) C 
  20.         compiler and the Microsoft V3/4 C compiler. C_WINLAT.OBJ should 
  21.         be linked to Lattice programs, and C_WINMSC.OBJ should be linked 
  22.         with Microsoft C V3/4 programs.  
  23.  
  24. *****
  25.  
  26. Jan 1986:
  27.  
  28. C WINDOWING TOOLBOX Version 1.1:
  29.  
  30.         w_fgcolor() and w_bgcolor() have been added. They control text 
  31.         foreground color and background color.  w_write(), w_dsp1() and 
  32.         w_getstr() no longer have a character display attribute as a 
  33.         parameter.  
  34.  
  35.         w_open() now has 8 parameters. The window background color can 
  36.         now be specified, as well as the window's border's background and 
  37.         foreground color.  
  38.  
  39.  
  40.  
  41.                      END-OF-FILE
  42.  
  43.