home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / BASIC / PANSI2 / AVTBRIEF.DOC < prev    next >
Text File  |  1992-08-27  |  1KB  |  25 lines

  1. Quick Reference AVATAR/0 and AVATAR/0+ codes. Condensed format of AVT.DOC
  2. All cursor positions are (1,1)-orgin based.
  3. NOTE: Codes ^V^I and below are the extended AVT/0+ codes.
  4. BUG: TeleMate 3.01 cannot support AVT codes in ^V^Y codes, is supposed to.
  5. BUG: Telix 3.xx has only AVATAR/0 but cannot do ^Y codes reliably.
  6.  
  7. ^L                 Clear screen (and set attribute to 03h)
  8. ^Y<C,N>            Repeat character C number of times N.
  9. ^V^A<A>            Set color attribute to A (blink/background/foreground)
  10. ^V^B               Set blink on
  11. ^V^C               Move cursor up
  12. ^V^D               Move cursor down
  13. ^V^E               Move cursor left
  14. ^V^F               Move cursor right
  15. ^V^G               Clear to end of line
  16. ^V^H<Y,X>          Locate cursor at Y, X.
  17. ^V^I               Insert mode on (Any code except ^Y/^V^Y turns it off)
  18. ^V^J<L,Y,X,Y2,X2>  Scroll area L lines up    (Upper-left corner  Y, X
  19. ^V^K<L,Y,X,Y2,X2>  Scroll area L lines down.  Lower-right corner Y2,X2)
  20. ^V^L<A,Y,X>        Clear block to attribute A, Y lines, X columns from cursor
  21. ^V^M<A,C,Y,X>      Fill block to attr A, char C, Y lines, X columns from cursor
  22. ^V^N               Delete character, scroll line to left
  23. ^V^Y<L,Str,N>      Repeat string Str, Length L, number of times N.
  24.   
  25.