ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-values.yo
Revision: 1.1
Committed: Mon Nov 24 17:28:08 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.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()