home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume16
/
pcomm2
/
part02
/
vcs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1988-09-14
|
330 b
|
21 lines
/*
* Definitions to support the detection of video command sequences
*/
#define VCS_SIZE 25
#define NUM_VCS 9
#define HOME 0
#define CLR_EOL 1
#define CLR_EOS 2
#define CLEAR 3
#define MV_UP 4
#define MV_DOWN 5
#define MV_RIGHT 6
#define MV_LEFT 7
#define MV_DIRECT 8
#define YES 1
#define NO 0
#define MAYBE (-1)