ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-values.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-values.yo,v 1.1 2003/11/18 14:22:16 root Exp $ --)
2 label(Values)
3 nsect(Values)
4
5 startdl()
6 dl(bf(tt(ENQ)))
7 (Enquiry (Ctrl-E) = Send Device Attributes (DA) nl()\
8 request attributes from terminal == link(ESC[Psc)(ESCOBPsc))
9 P()\
10 dl(bf(tt(BEL)))
11 (Bell (Ctrl-G))
12 P()\
13 dl(bf(tt(BS)))
14 (Backspace (Ctrl-H))
15 P()\
16 dl(bf(tt(TAB)))
17 (Horizontal Tab (HT) (Ctrl-I))
18 P()\
19 dl(bf(tt(LF)))
20 (Line Feed or New Line (NL) (Ctrl-J))
21 P()\
22 dl(bf(tt(VT)))
23 (Vertical Tab (Ctrl-K) same as bf(tt(LF)))
24 P()\
25 dl(bf(tt(FF)))
26 (Form Feed or New Page (NP) (Ctrl-L) same as bf(tt(LF)))
27 P()\
28 dl(bf(tt(CR)))
29 (Carriage Return (Ctrl-M))
30 P()\
31 dl(bf(tt(SO)))
32 (Shift Out (Ctrl-N), invokes the G1 character set. nl()\
33 Switch to Alternate Character Set)
34 P()\
35 dl(bf(tt(SI)))
36 (Shift In (Ctrl-O), invokes the G0 character set (the default) nl()\
37 Switch to Standard Character Set)
38 P()\
39 dl(bf(tt(SPC)))
40 (Space Character)
41 enddl()