ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-xterm.yo
Revision: 1.3
Committed: Sun Feb 22 12:58:02 2004 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-2_0, rxvt-2-0, rel-1-9, rel-2_1_0
Changes since 1.2: +4 -2 lines
Log Message:
*** empty log message ***

File Contents

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