home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / internet / starterpck / !TCPIP / Notes / EscSeq < prev    next >
Text File  |  1994-07-15  |  343b  |  23 lines

  1. Allowed Escape Sequences
  2. ------------------------
  3.  
  4.   \n    Line feed
  5.   \r    Carriage return
  6.   \t    Tab
  7.   \b    Backspace
  8.   \u    Clear line (CTRL+U)
  9.   \e    Escape
  10.   \\    \
  11.  
  12.  
  13. Useful VT100 sequences
  14. ----------------------
  15.  
  16. Application mode cursor control
  17.  
  18.   Cursor Up     \eOA
  19.   Cursor Down   \eOB
  20.   Cursor Right  \eOC
  21.   Cursor Left   \eOD
  22.  
  23.