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 >
Text File  |  1990-03-22  |  535b  |  19 lines

  1. c Common file ESCDTC.INC for Desk Top Calendar programs
  2. c
  3. C Special sequences
  4.       character*2 homescrn, clrscrn,
  5.      1      dhdw1, dhdw2, dwide, resetvattr
  6.       character*3 revattr
  7. C Greasy?
  8.       common /vidstuff/ homescrn, clrscrn,
  9.      1 dhdw1, dhdw2, dwide, resetvattr, revattr
  10. C Compiler will usually treat these as constants, so don't really need them
  11. c to be in common
  12. c
  13. C ASCII escape
  14. C ^N, Shift-Out (enter graphics mode w/ ')0')
  15.        Integer*1 esc,so,si
  16. C ^O, Shift-In (exit graphics mode w/ '(B')
  17. C End of ESCDTC.INC
  18.  
  19.