home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / prompt / escseq / help.hlm < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  19 lines

  1.                             ESCAPE SEQUENCES
  2.  
  3. There are many escape sequences. They can be used to:
  4.     control the location of the cursor (see the CURSOR_CONTROL topic)
  5.     control the monitor mode (see the MODE_OF_MONITOR topic)
  6.     control the colors displayed (see the ATTRIBUTES_OF_MONITOR topic)
  7.     reassign the keys on the keyboard (see the ASSIGNMENT_OF_KEYS topic).
  8.  
  9. The general format of an escape sequence for the PROMPT command is 
  10.  
  11.     $e[<some string of characters>
  12.  
  13. The "$e[" in each sequence must be entered as exactly those three characters. 
  14. The ANSI.SYS program (see the "CONFIG.SYS DEVICE" topic) processes all escape
  15. sequences to determine their effect on what is being displayed. Depending on 
  16. your system, the last letter in an escape sequence may have to be upper (or 
  17. lower) case for the sequence to work, or either may work. If one doesn't work, 
  18. try the other.
  19.