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

File Contents

# User Rev Content
1 pcg 1.1 COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.1 2003/11/18 14:22:16 root Exp $ --)
2     COMMENT(OSC: Operating System Commands)
3     label(XTerm)
4     nsect(XTerm Operating System Commands)
5    
6     startdl()
7     dl(bf(tt(ESC ] Ps;Pt ST)))
8     (Set XTerm Parameters nl()\
9     8-bit ST: 0x9c, nl()\
10     7-bit ST sequence: ESC \ (0x1b, 0x5c), nl()\
11     backwards compatible terminator BEL (0x07) is also accepted. nl()\
12     starttable(2)(l l)(0)\
13     row(cell(bf(tt(Ps = 0)))\
14     cell(Change Icon Name and Window Title to bf(tt(Pt))))\
15     row(cell(bf(tt(Ps = 1)))\
16     cell(Change Icon Name to bf(tt(Pt))))\
17     row(cell(bf(tt(Ps = 2)))\
18     cell(Change Window Title to bf(tt(Pt))))\
19     row(cell(bf(tt(Ps = 4)))\
20     cell(bf(tt(Pt)) is a semi-colon separated sequence of one \
21     or more semi-colon separated bf(number)/bf(name) pairs, \
22     where bf(number) is an index to a colour and bf(name) is \
23     the name of a colour. Each pair causes the bf(number)ed \
24     colour to be changed to bf(name). nl()\
25     Numbers 0-7 corresponds to low-intensity (normal) colours \
26     and 8-15 corresponds to high-intensity colours. \
27     0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, \
28     6=cyan, 7=white))\
29     row(cell(bf(tt(Ps = 10)) bf((NB: may change in future)))\
30     cell(link(menuBar)(menuBar) command bf(tt(Pt)) \
31     em(rxvt compile-time option)))\
32     row(cell(bf(tt(Ps = 12)))\
33     cell(Change colour of text cursor foreground to bf(tt(Pt))))\
34     row(cell(bf(tt(Ps = 13)))\
35     cell(Change colour of mouse foreground to bf(tt(Pt))))\
36     row(cell(bf(tt(Ps = 17)))\
37     cell(Change colour of highlight characters to bf(tt(Pt))))\
38     row(cell(bf(tt(Ps = 18)))\
39     cell(Change colour of bold characters to bf(tt(Pt))))\
40     row(cell(bf(tt(Ps = 19)))\
41     cell(Change colour of underlined characters to bf(tt(Pt))))\
42     row(cell(bf(tt(Ps = 20)))\
43     cell(Change default background link(pixmap)(XPM) to \
44     bf(tt(Pt))))\
45     row(cell(bf(tt(Ps = 39)))\
46     cell(Change default foreground colour to bf(tt(Pt)) \
47     em(rxvt compile-time option)))\
48     row(cell(bf(tt(Ps = 46)))\
49     cell(Change Log File to bf(tt(Pt)) \
50     em(unimplemented)))\
51     row(cell(bf(tt(Ps = 49)))\
52     cell(Change default background colour to bf(tt(Pt)) \
53     em(rxvt compile-time option)))\
54     row(cell(bf(tt(Ps = 50)))\
55     cell(Set Font to bf(tt(Pt)), with the following special \
56     values of \
57     bf(tt(Pt)) (bf(rxvt)) nl()\
58     bf(tt(#+n)) change up bf(tt(n)) font(s) nl()\
59     bf(tt(#-n)) change down bf(tt(n)) font(s) nl()\
60     if bf(tt(n)) is missing of 0, a value of 1 is used nl()\
61     em(empty) change to font0 nl()\
62     bf(tt(n)) change to font bf(tt(n))))\
63     row(cell(bf(tt(Ps = 55)))\
64     cell(Log all scrollback buffer and all of screen to \
65     bf(tt(Pt))))\
66     endtable())
67     enddl()