home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
VMODE.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
616b
|
38 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 SMTCx.LIB for the Turbo-C Compiler