Mnemonic
|
Description
|
\E
|
ESC (ASCII 27)
|
\n
|
New line
|
\r
|
Return
|
\t
|
Tab
|
\b
|
Backspace
|
\f
|
Form feed
|
\999
|
Octal representation of a character. A colon (:) within a string must be represented as \072 and a null character as \200.
|
^x
|
CTRL+x, where x represents an appropriate character. For example, ^N represents CTRL+N.
|
\^
|
^
|
\\
|
\
|
:cm=20\E[%i%d;%dH:\
|