home *** CD-ROM | disk | FTP | other *** search
- Allowed Escape Sequences
- ------------------------
-
- \n Line feed
- \r Carriage return
- \t Tab
- \b Backspace
- \u Clear line (CTRL+U)
- \e Escape
- \\ \
-
-
- Useful VT100 sequences
- ----------------------
-
- Application mode cursor control
-
- Cursor Up \eOA
- Cursor Down \eOB
- Cursor Right \eOC
- Cursor Left \eOD
-
-