ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-sequences.yo
Revision: 1.2
Committed: Mon Nov 24 17:31:27 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rxvt-2-0, rel-1-9, stable, rel-2_1_0, rel-1-3, rel-1-2
Changes since 1.1: +0 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 COMMENT(-- $Id: rxvtRef-sequences.yo,v 1.1 2003/11/18 14:22:16 root Exp $ --)
2 label(Sequences)
3 nsect(Escape Sequences)
4
5 startdl()
6 dl(bf(tt(ESC # 8)))
7 (DEC Screen Alignment Test (DECALN))
8 P()\
9 dl(bf(tt(ESC 7)nl()tt(ESC 8)))
10 (Save Cursor (SC)nl()Restore Cursor)\
11 P()\
12 label(ESCequals)
13 dl(bf(tt(ESC =)nl()tt(ESC >)))
14 (Application Keypad (SMKX) == link(tt(ESC[?66h))(Priv66)nl()\
15 Normal Keypad (RMKX) == link(tt(ESC[?66l))(Priv66))nl()\
16 bf(Note:) If the numeric keypad is activated, eg, bf(Num_Lock) has been
17 pressed, numbers or control functions are generated by the numeric keypad
18 (see link(Key Codes)(KeyCodes))
19 P()\
20 dl(bf(tt(ESC D)))
21 (Index (IND))
22 P()\
23 dl(bf(tt(ESC E)))
24 (Next Line (NEL))
25 P()\
26 dl(bf(tt(ESC H)))
27 (Tab Set (HTS))
28 P()\
29 dl(bf(tt(ESC M)))
30 (Reverse Index (RI))
31 P()\
32 dl(bf(tt(ESC N)))
33 (Single Shift Select of G2 Character Set (SS2): affects next character
34 only em(unimplemented))
35 P()\
36 dl(bf(tt(ESC O)))
37 (Single Shift Select of G3 Character Set (SS3): affects next character
38 only em(unimplemented))
39 P()\
40 dl(bf(tt(ESC Z)))
41 (Obsolete form of link(tt(ESC[c))(ESCOBPsc) nl()\
42 returns: bf(tt(ESC[?1;2C)) em(rxvt compile-time option))
43 P()\
44 dl(bf(tt(ESC c)))
45 (Full reset (RIS))
46 P()\
47 dl(bf(tt(ESC n)))
48 (Invoke the G2 Character Set (LS2))
49 P()\
50 dl(bf(tt(ESC o)))
51 (Invoke the G3 Character Set (LS3))
52 P()\
53 dl(bf(tt(ESC )CHAR(40)tt( C)nl()tt(ESC )CHAR(41)tt( C)nl()tt(ESC * C)nl()\
54 tt(ESC + C)nl()tt(ESC $ C)))
55 (Designate G0 Character Set (ISO 2022)nl()\
56 Designate G1 Character Set (ISO 2022)nl()\
57 Designate G2 Character Set (ISO 2022)nl()\
58 Designate G3 Character Set (ISO 2022)nl()\
59 Designate Kanji Character Set nl()\
60 em(where) bf(tt(C)) is nl()\
61 starttable(2)(l l)(0)\
62 row(cell(bf(tt(C = 0)))\
63 cell(DEC Special Character and Line Drawing Set))\
64 row(cell(bf(tt(C = A)))\
65 cell(United Kingdom (UK)))\
66 row(cell(bf(tt(C = B)))\
67 cell(United States (USASCII)))\
68 row(cell(bf(tt(C = <)))\
69 cell(Multinational character set em(unimplemented)))\
70 row(cell(bf(tt(C = 5)))\
71 cell(Finnish character set em(unimplemented)))\
72 row(cell(bf(tt(C = C)))\
73 cell(Finnish character set em(unimplemented)))\
74 row(cell(bf(tt(C = K)))\
75 cell(German character set em(unimplemented)))\
76 endtable())
77 enddl()