ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-xterm.yo
Revision: 1.7
Committed: Sat Apr 24 05:52:44 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.6: +3 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.7 COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.6 2004/04/02 19:09:52 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 pcg 1.6 row(cell(bf(tt(Ps = 3)))\
20     cell(If bf(tt(Pt)) starts with a bf(tt(?)), query the
21     (STRING) property of the window and return it. If
22     bf(tt(Pt)) contains a bf(tt(=)), set the named property
23     to the given value, else delete the specified property.))\
24 pcg 1.1 row(cell(bf(tt(Ps = 4)))\
25     cell(bf(tt(Pt)) is a semi-colon separated sequence of one \
26     or more semi-colon separated bf(number)/bf(name) pairs, \
27     where bf(number) is an index to a colour and bf(name) is \
28     the name of a colour. Each pair causes the bf(number)ed \
29     colour to be changed to bf(name). nl()\
30     Numbers 0-7 corresponds to low-intensity (normal) colours \
31     and 8-15 corresponds to high-intensity colours. \
32     0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, \
33     6=cyan, 7=white))\
34     row(cell(bf(tt(Ps = 10)) bf((NB: may change in future)))\
35 pcg 1.5 cell(Change colour of text foreground to bf(tt(Pt))))\
36     row(cell(bf(tt(Ps = 11)) bf((NB: may change in future)))\
37     cell(Change colour of text background to bf(tt(Pt))))\
38 pcg 1.1 row(cell(bf(tt(Ps = 12)))\
39     cell(Change colour of text cursor foreground to bf(tt(Pt))))\
40     row(cell(bf(tt(Ps = 13)))\
41     cell(Change colour of mouse foreground to bf(tt(Pt))))\
42     row(cell(bf(tt(Ps = 17)))\
43     cell(Change colour of highlight characters to bf(tt(Pt))))\
44     row(cell(bf(tt(Ps = 18)))\
45     cell(Change colour of bold characters to bf(tt(Pt))))\
46     row(cell(bf(tt(Ps = 19)))\
47     cell(Change colour of underlined characters to bf(tt(Pt))))\
48     row(cell(bf(tt(Ps = 20)))\
49     cell(Change default background link(pixmap)(XPM) to \
50     bf(tt(Pt))))\
51     row(cell(bf(tt(Ps = 39)))\
52     cell(Change default foreground colour to bf(tt(Pt)) \
53     em(rxvt compile-time option)))\
54     row(cell(bf(tt(Ps = 46)))\
55     cell(Change Log File to bf(tt(Pt)) \
56     em(unimplemented)))\
57     row(cell(bf(tt(Ps = 49)))\
58     cell(Change default background colour to bf(tt(Pt)) \
59     em(rxvt compile-time option)))\
60     row(cell(bf(tt(Ps = 50)))\
61 pcg 1.3 cell(Set fontset to bf(tt(Pt)), with the following special \
62 pcg 1.1 values of \
63     bf(tt(Pt)) (bf(rxvt)) nl()\
64     bf(tt(#+n)) change up bf(tt(n)) font(s) nl()\
65     bf(tt(#-n)) change down bf(tt(n)) font(s) nl()\
66     if bf(tt(n)) is missing of 0, a value of 1 is used nl()\
67     em(empty) change to font0 nl()\
68     bf(tt(n)) change to font bf(tt(n))))\
69     row(cell(bf(tt(Ps = 55)))\
70     cell(Log all scrollback buffer and all of screen to \
71     bf(tt(Pt))))\
72 pcg 1.4 row(cell(bf(tt(Ps = 701)))\
73     cell(Change current locale to bf(tt(Pt)), or, if bf(tt(Pt)) is bf(tt(?)), return the current locale))\
74 pcg 1.5 row(cell(bf(tt(Ps = 702)))\
75 pcg 1.7 cell(find font for character, used for debugging))\
76     label(OSC703)
77 pcg 1.5 row(cell(bf(tt(Ps = 703)))\
78     cell(link(menuBar)(menuBar) command bf(tt(Pt)) \
79     em(rxvt compile-time option)))\
80 pcg 1.1 endtable())
81     enddl()