home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
USCX
/
PGRMRUTS.ZIP
/
C_WREAD.ME
< prev
next >
Wrap
Text File
|
1987-01-16
|
1KB
|
43 lines
C WINDOWING TOOLBOX NOTES & UPDATES
-----------------------------------
Jan 1987:
C WINDOWING TOOLBOX Version 1.2:
W_WRITEXY() has been added. This function combines the
W_WRITE() & W_GOTOXY() functions.
The integer variable "b_usage" keeps track of the windowing
buffer usage.
W_GETSTR () string editing has been improved. The HOME & END
keys now move the cursor to the beginning and end of the
string, and there is less cursor "flicker."
C_WINDOW is compatible with both the Lattice (Microsoft V2) C
compiler and the Microsoft V3/4 C compiler. C_WINLAT.OBJ should
be linked to Lattice programs, and C_WINMSC.OBJ should be linked
with Microsoft C V3/4 programs.
*****
Jan 1986:
C WINDOWING TOOLBOX Version 1.1:
w_fgcolor() and w_bgcolor() have been added. They control text
foreground color and background color. w_write(), w_dsp1() and
w_getstr() no longer have a character display attribute as a
parameter.
w_open() now has 8 parameters. The window background color can
now be specified, as well as the window's border's background and
foreground color.
END-OF-FILE