home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
272_01
/
vmode.doc
< prev
next >
Wrap
Text File
|
1986-09-25
|
620b
|
39 lines
NAME
vmode -- set video mode
SYNOPSIS
void vmode(mode);
int mode;
DESCRIPTION
This function sets the video mode from 0 - 7. Modes are
as specified in the DOS manual. The most common is
Black & White 80 column mode, which is mode 2.
This library package includes screen.h which defines
video modes.
EXAMPLE
#include <screen.h>
vmode(BW80);
This function is found in SMDLx.LIB for the Datalight Compiler