home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpip204 / TCPIP_Doc / Notes / EscSeq < prev    next >
Text File  |  1995-01-15  |  342b  |  22 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.