ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-xterm.yo
Revision: 1.5
Committed: Fri Apr 2 00:51:09 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.4: +9 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.5 COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.4 2004/03/05 21:26:01 pcg Exp $ --)
2 pcg 1.1 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 pcg 1.5 cell(Change colour of text foreground to bf(tt(Pt))))\
31     row(cell(bf(tt(Ps = 11)) bf((NB: may change in future)))\
32     cell(Change colour of text background to bf(tt(Pt))))\
33 pcg 1.1 row(cell(bf(tt(Ps = 12)))\
34     cell(Change colour of text cursor foreground to bf(tt(Pt))))\
35     row(cell(bf(tt(Ps = 13)))\
36     cell(Change colour of mouse foreground to bf(tt(Pt))))\
37     row(cell(bf(tt(Ps = 17)))\
38     cell(Change colour of highlight characters to bf(tt(Pt))))\
39     row(cell(bf(tt(Ps = 18)))\
40     cell(Change colour of bold characters to bf(tt(Pt))))\
41     row(cell(bf(tt(Ps = 19)))\
42     cell(Change colour of underlined characters to bf(tt(Pt))))\
43     row(cell(bf(tt(Ps = 20)))\
44     cell(Change default background link(pixmap)(XPM) to \
45     bf(tt(Pt))))\
46     row(cell(bf(tt(Ps = 39)))\
47     cell(Change default foreground colour to bf(tt(Pt)) \
48     em(rxvt compile-time option)))\
49     row(cell(bf(tt(Ps = 46)))\
50     cell(Change Log File to bf(tt(Pt)) \
51     em(unimplemented)))\
52     row(cell(bf(tt(Ps = 49)))\
53     cell(Change default background colour to bf(tt(Pt)) \
54     em(rxvt compile-time option)))\
55     row(cell(bf(tt(Ps = 50)))\
56 pcg 1.3 cell(Set fontset to bf(tt(Pt)), with the following special \
57 pcg 1.1 values of \
58     bf(tt(Pt)) (bf(rxvt)) nl()\
59     bf(tt(#+n)) change up bf(tt(n)) font(s) nl()\
60     bf(tt(#-n)) change down bf(tt(n)) font(s) nl()\
61     if bf(tt(n)) is missing of 0, a value of 1 is used nl()\
62     em(empty) change to font0 nl()\
63     bf(tt(n)) change to font bf(tt(n))))\
64     row(cell(bf(tt(Ps = 55)))\
65     cell(Log all scrollback buffer and all of screen to \
66     bf(tt(Pt))))\
67 pcg 1.4 row(cell(bf(tt(Ps = 701)))\
68     cell(Change current locale to bf(tt(Pt)), or, if bf(tt(Pt)) is bf(tt(?)), return the current locale))\
69 pcg 1.5 row(cell(bf(tt(Ps = 702)))\
70     cell(find font for character, used for debugging)\
71     row(cell(bf(tt(Ps = 703)))\
72     cell(link(menuBar)(menuBar) command bf(tt(Pt)) \
73     em(rxvt compile-time option)))\
74 pcg 1.1 endtable())
75     enddl()