Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > f3d364e9be415e0b2dd86be99598ec49 > files > 63

rxvt-2.7.8-4mdk.i586.rpm

COMMENT(-- $Id: rxvtRef-values.yo,v 1.2 1998/04/20 07:24:26 mason Exp $ --)
label(Values)
nsect(Values)

startdl()
    dl(bf(tt(ENQ)))
	(Enquiry (Ctrl-E) = Send Device Attributes (DA) nl()\
	request attributes from terminal == link(ESC[Psc)(ESCOBPsc))
P()\
    dl(bf(tt(BEL)))
	(Bell (Ctrl-G))
P()\
    dl(bf(tt(BS)))
	(Backspace (Ctrl-H))
P()\
    dl(bf(tt(TAB)))
	(Horizontal Tab (HT) (Ctrl-I))
P()\
    dl(bf(tt(LF)))
	(Line Feed or New Line (NL) (Ctrl-J))
P()\
    dl(bf(tt(VT)))
	(Vertical Tab (Ctrl-K) same as bf(tt(LF)))
P()\
    dl(bf(tt(FF)))
	(Form Feed or New Page (NP) (Ctrl-L) same as bf(tt(LF)))
P()\
    dl(bf(tt(CR)))
	(Carriage Return (Ctrl-M))
P()\
    dl(bf(tt(SO)))
	(Shift Out (Ctrl-N), invokes the G1 character set. nl()\
	Switch to Alternate Character Set)
P()\
    dl(bf(tt(SI)))
	(Shift In (Ctrl-O), invokes the G0 character set (the default) nl()\
	Switch to Standard Character Set)
P()\
    dl(bf(tt(SPC)))
	(Space Character)
enddl()