home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DATABASE / SCRIVNER.LBR / AMSTRAD.INC next >
Text File  |  2000-06-30  |  512b  |  16 lines

  1. [[de This file contains Amstrad screen control characters]]
  2. #define scr_lf,,^j
  3. #define scr_return,,^m
  4. #define scr_bs,,^[D
  5. #define cur_up,,^[A
  6. #define cur_right,,^[C
  7. #define cur_home,,^[H
  8. #define scr_clear,,^[H^[J
  9. #define scr_bell,,^g
  10. #define scr_inverse_on,,^[p
  11. #define scr_inverse_off,,^[q
  12. #define scr_under_on,,^[r
  13. #define scr_under_off,,^[u
  14. #define cur_on,,^[e
  15. #define cur_off,,^[f
  16.