home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume16
/
pcomm2
/
part02
/
vcs.h
< prev
next >
Wrap
Text File
|
1988-09-14
|
330b
|
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)