tfix, plus s/\\e/\\\\/

This commit is contained in:
Michael Kerrisk 2008-06-29 02:28:38 +00:00
parent 511bfbc900
commit 7de36ee742
1 changed files with 5 additions and 5 deletions

View File

@ -487,10 +487,10 @@ ESC N SS2 Single shift 2. (Select G2 character set for the next
character only.)
ESC O SS3 Single shift 3. (Select G3 character set for the next
character only.)
ESC P DCS Device control string (ended by ESC \e)
ESC P DCS Device control string (ended by ESC \\)
ESC X SOS Start of string.
ESC ^ PM Privacy message (ended by ESC \e)
ESC \e ST String terminator
ESC ^ PM Privacy message (ended by ESC \\)
ESC \\ ST String terminator
ESC * ... Designate G2 character set
ESC + ... Designate G3 character set
.TE
@ -498,10 +498,10 @@ ESC + ... Designate G3 character set
The program
.BR xterm (1)
(in VT100 mode) recognizes ESC c, ESC # 8, ESC >, ESC =,
ESC D, ESC E, ESC H, ESC M, ESC N, ESC O, ESC P ... ESC \,
ESC D, ESC E, ESC H, ESC M, ESC N, ESC O, ESC P ... ESC \\,
ESC Z (it answers ESC [ ? 1 ; 2 c, "I am a VT100 with
advanced video option")
and ESC ^ ... ESC \e with the same meanings as indicated above.
and ESC ^ ... ESC \\ with the same meanings as indicated above.
It accepts ESC (, ESC ), ESC *, ESC + followed by 0, A, B for
the DEC special character and line drawing set, UK, and US-ASCII,
respectively.