home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff335.lzh
/
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