home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / ab20 / ab20_archive / text / cntrlcodes.txt < prev    next >
Text File  |  1992-10-13  |  2KB  |  54 lines

  1. From west Wed Jan 30 15:06 MST 1991
  2. Received: from hydra.unm.edu by chicoma.lanl.gov (5.61/3.3) with SMTP
  3.     id <AA15960@chicoma.lanl.gov>; Wed, 30 Jan 91 15:06:16 -0700
  4. Received: by hydra.unm.edu (5.54/0.1)
  5.     id <AA06434>; Wed, 30 Jan 91 15:07:25 MST
  6. Received: by chicoma.lanl.gov (5.61/3.3)
  7.     id <AA15958@chicoma.lanl.gov>; Wed, 30 Jan 91 15:06:10 -0700
  8. Date: Wed, 30 Jan 91 15:06:10 -0700
  9. From: cs236aa%chicoma.lanl.gov@hydra.unm.edu (James Jones)
  10. Message-Id: <9101302206.AA15958@chicoma.lanl.gov>
  11. To: cs155laq%chicoma.lanl.gov@hydra.unm.edu
  12. Status: R
  13.  
  14.    
  15. This is the current list of known character escape codes:
  16.    (The characters ^[, ^N, ^O, ^G, and ^L are ctrl codes)
  17.  
  18. ^[[xA     Move x lines up from current position (Default = 1)
  19. ^[[xB     Move x lines down from current position (Default = 1)
  20. ^[[xC     Move x columns right of current position (Default = 1)
  21. ^[[xD     Move x columns left of current position (Default = 1)
  22. ^[[xJ     Screen clearing code. Substitute one of the following for x:
  23.              0 = Clear all lines below current line (Default)
  24.              2 = Clear screen and move to bottom
  25. ^[[xm     Change output format. Substitute one of the following for x:
  26.              0 = Normal (Default)
  27.              1 = Bold
  28.              4 = Underlined
  29.              5 = Flashing
  30.              7 = Inverted
  31. ^[[y;xf   Move y lines from top and x columns from left of screen edges
  32.              (if y = 0, then use ^[[xf)
  33. ^[[?x     Change setup.  Substitute one of the following for x:
  34.              1h = Application cursor keys     1l = Normal cursor keys
  35.              3h = 132 columns                 3l = 80 columns
  36.              4h = Smooth scroll               4l = Jump scroll
  37.              5h = Dark letters, Light screen  5l = Light letters, Dark screen
  38.              6h = Move to top (?)
  39.              7h = Auto wrap                   7l = No auto wrap
  40. ^[#x      Change print style.  Substitute one of the following for x:
  41.              0 = Normal
  42.              3 = 2 characters wide X 2 characters tall  (Top half)
  43.              4 = s characters wide X 2 characters tall  (Bottom half)
  44. ^[)0      Allow ^N to enter graphics mode.
  45. ^G        Beep
  46. ^L        Move down one line (?)
  47. ^N        Enter graphics screen mode
  48. ^O        Exit graphics screen mode (Does not work in echo commands)
  49.  
  50. The following commands exist, but have unknown functions:
  51.    ^[(A   ^[(B   ^[[3;1H   ^[<   ^[[K
  52.  
  53.