home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
alde_c
/
misc
/
util
/
cutils
/
screen.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1985-08-30
|
512 b
|
17 lines
/*
AUTHOR Jon Wesener
DATE 7 / 15 / 85
PURPOSE These definitions are to be included with the use
of the 11:11 library screen functions.
*/
/* Modes for SET_MODE */
#define SM$40BW 0
#define SM$40CL 1
#define SM$80BW 2
#define SM$80CL 3
#define SM$320CL 4
#define SM$320BW 5
#define SM$640BW 6