ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvtRef-xterm.yo
Revision: 1.8
Committed: Sat Jul 10 20:59:39 2004 UTC (20 years ago) by root
Branch: MAIN
CVS Tags: rel-3_5, rel-3_4, rel-3_3, rel-3_2
Changes since 1.7: +3 -2 lines
Log Message:
*** empty log message ***

File Contents

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