home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d335
/
dtc.lha
/
DTC
/
escdtc.inc
< prev
next >
Wrap
Text File
|
1990-03-22
|
535b
|
19 lines
c Common file ESCDTC.INC for Desk Top Calendar programs
c
C Special sequences
character*2 homescrn, clrscrn,
1 dhdw1, dhdw2, dwide, resetvattr
character*3 revattr
C Greasy?
common /vidstuff/ homescrn, clrscrn,
1 dhdw1, dhdw2, dwide, resetvattr, revattr
C Compiler will usually treat these as constants, so don't really need them
c to be in common
c
C ASCII escape
C ^N, Shift-Out (enter graphics mode w/ ')0')
Integer*1 esc,so,si
C ^O, Shift-In (exit graphics mode w/ '(B')
C End of ESCDTC.INC