ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvt-options.yo
(Generate patch)

Comparing rxvt-unicode/doc/yodl/rxvt-options.yo (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Thu Dec 18 00:38:07 2003 UTC

1COMMENT(-- $Id: rxvt-options.yo,v 1.2 2003/11/24 17:31:27 pcg Exp $ --) 1COMMENT(-- $Id: rxvt-options.yo,v 1.3 2003/12/18 00:38:07 pcg Exp $ --)
2COMMENT(----------------------------------------------------------------------) 2COMMENT(----------------------------------------------------------------------)
3manpageoptions() 3manpageoptions()
4 4
5The bf(rxvt) options (mostly a subset of em(xterm)'s) are listed below. 5The bf(rxvt) options (mostly a subset of em(xterm)'s) are listed below.
6In keeping with the smaller-is-better philosophy, options may be eliminated 6In keeping with the smaller-is-better philosophy, options may be eliminated
14 14
15Note that bf(rxvt) permits the resource name to be used as a long-option 15Note that bf(rxvt) permits the resource name to be used as a long-option
16(--/++ option) so the potential command-line options are far greater than 16(--/++ option) so the potential command-line options are far greater than
17those listed. 17those listed.
18For example: `rxvt --loginShell --color1 Orange'. 18For example: `rxvt --loginShell --color1 Orange'.
19
20Also note that if you do not explictly specify a font (bf(-fn) and bf(-fm))
21or a multichar encoding method (bf(-km)), rxvt will select a font for the
22preferable encoding according to your locale. Supported encodings are:
23bf(ISO-8859-)n (n=bf(1)...bf(15)), bf(KOI8-R), bf(KOI8-U), bf(EUC-JP),
24bf(Shift_JIS), bf(EUC-KR), bf(EUC-CN) (aka bf(GB)), and bf(Big5).
25 19
26The following options are available: 20The following options are available:
27 21
28startdit() 22startdit()
29 dit(bf(-help), bf(--help)) 23 dit(bf(-help), bf(--help))
65 resource bf(pointerColor). 59 resource bf(pointerColor).
66 dit(bf(-bd) em(colour)) 60 dit(bf(-bd) em(colour))
67 The colour of the border between the xterm scrollbar and the text; 61 The colour of the border between the xterm scrollbar and the text;
68 resource bf(borderColor). 62 resource bf(borderColor).
69 dit(bf(-fn) em(fontname)) 63 dit(bf(-fn) em(fontname))
70 Main normal text font; 64 Select the fonts to be used used. This is a comma seperated
65 list of font names that are used in turn when trying to display
66 unicode characters. The first font defines the cell size for characters,
67 pther fonts might be smaller, but not larger. A reasonable default list
68 is appended.
71 resource bf(font). 69 resource bf(font).
72 dit(bf(-fb) em(fontname))
73 Main bold text font;
74 resource bf(boldFont).
75 dit(bf(-fm) em(fontname))
76 Main multicharacter font;
77 resource bf(mfont).
78 dit(bf(-km) em(mode))
79 Compile em(multichar_languages):
80 Multiple-character font-set encoding mode;
81 bf(eucj): EUC Japanese encoding.
82 bf(sjis): Shift JIS encoding.
83 bf(big5): BIG5 encoding.
84 bf(gb): GB encoding.
85 bf(kr): EUC Korean encoding.
86 bf(noenc): no encoding;
87 resource bf(multichar_encoding).
88 dit(bf(-grk) em(mode)) 70 dit(bf(-grk) em(mode))
89 Compile em(Greek): Greek keyboard translation; 71 Compile em(Greek): Greek keyboard translation;
90 bf(iso): ISO-8859 mapping. 72 bf(iso): ISO-8859 mapping.
91 bf(ibm): IBM-437 mapping; 73 bf(ibm): IBM-437 mapping;
92 resource bf(greek_keyboard). 74 resource bf(greek_keyboard).
177 bf(OverTheSpot), bf(OffTheSpot), bf(Root); 159 bf(OverTheSpot), bf(OffTheSpot), bf(Root);
178 resource bf(preeditType). 160 resource bf(preeditType).
179 dit(bf(-im) em(text)) 161 dit(bf(-im) em(text))
180 Compile em(XIM): input method name. 162 Compile em(XIM): input method name.
181 resource bf(inputMethod). 163 resource bf(inputMethod).
164 dit(bf(-imlocale) em(string))
165 The locale to use for opening the IM. You can use an LC_CTYPE
166 of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP
167 for the input extension to be able to input japanese characters
168 while staying in another locale.
182 dit(bf(-mod) em(modifier)) 169 dit(bf(-mod) em(modifier))
183 Override detection of Meta modifier with specified key: 170 Override detection of Meta modifier with specified key:
184 bf(alt), bf(meta), bf(hyper), bf(super), bf(mod1), bf(mod2), bf(mod3), 171 bf(alt), bf(meta), bf(hyper), bf(super), bf(mod1), bf(mod2), bf(mod3),
185 bf(mod4), bf(mod5); 172 bf(mod4), bf(mod5);
186 resource em(modifier). 173 resource em(modifier).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines