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

Comparing rxvt-unicode/doc/yodl/rxvt-resources.yo (file contents):
Revision 1.6 by pcg, Sun Mar 14 21:59:58 2004 UTC vs.
Revision 1.11 by pcg, Fri Apr 2 18:00:00 2004 UTC

1COMMENT(-- $Id: rxvt-resources.yo,v 1.6 2004/03/14 21:59:58 pcg Exp $ --) 1COMMENT(-- $Id: rxvt-resources.yo,v 1.11 2004/04/02 18:00:00 pcg Exp $ --)
2COMMENT(----------------------------------------------------------------------) 2COMMENT(----------------------------------------------------------------------)
3manpagesection(RESOURCES (available also as long-options)) 3manpagesection(RESOURCES (available also as long-options))
4 4
5Note: `rxvt --help' gives a list of all resources (long options) compiled 5Note: `rxvt --help' gives a list of all resources (long options) compiled
6into your version. 6into your version.
70 option bf(+j). 70 option bf(+j).
71 dit(bf(inheritPixmap:) em(boolean)) 71 dit(bf(inheritPixmap:) em(boolean))
72 bf(True): make the background inherit the parent windows' pixmap, 72 bf(True): make the background inherit the parent windows' pixmap,
73 giving artificial transparency. 73 giving artificial transparency.
74 bf(False): do not inherit the parent windows' pixmap. 74 bf(False): do not inherit the parent windows' pixmap.
75 dit(bf(tintColor) em(colour))
76 Tint the transparent background pixmap with the given colour.
75 dit(bf(scrollColor:) em(colour)) 77 dit(bf(scrollColor:) em(colour))
76 Use the specified colour for the scrollbar [default #B2B2B2]. 78 Use the specified colour for the scrollbar [default #B2B2B2].
77 dit(bf(troughColor:) em(colour)) 79 dit(bf(troughColor:) em(colour))
78 Use the specified colour for the scrollbar's trough area [default 80 Use the specified colour for the scrollbar's trough area [default
79 #969696]. Only relevant for normal (non XTerm/NeXT) scrollbar. 81 #969696]. Only relevant for normal (non XTerm/NeXT) scrollbar.
97 bf(PATH) environment variables. 99 bf(PATH) environment variables.
98 dit(bf(font:) em(fontname)) 100 dit(bf(font:) em(fontname))
99 Select the fonts to be used used. This is a comma seperated 101 Select the fonts to be used used. This is a comma seperated
100 list of font names that are used in turn when trying to display 102 list of font names that are used in turn when trying to display
101 unicode characters. The first font defines the cell size for characters, 103 unicode characters. The first font defines the cell size for characters,
102 pther fonts might be smaller, but not larger. A reasonable default list 104 other fonts might be smaller, but not larger. A reasonable default font list
103 is appended. 105 is always appended to this list.
104 option bf(-fn). 106 option bf(-fn).
105 dit(bf(selectstyle:) em(mode)) 107 dit(bf(selectstyle:) em(mode))
106 Set mouse selection style to bf(old) which is 2.20, bf(oldword) which 108 Set mouse selection style to bf(old) which is 2.20, bf(oldword) which
107 is xterm style with 2.20 old word selection, or anything else which 109 is xterm style with 2.20 old word selection, or anything else which
108 gives xterm style selection. 110 gives xterm style selection.
243 The locale to use for opening the IM. You can use an LC_CTYPE 245 The locale to use for opening the IM. You can use an LC_CTYPE
244 of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP 246 of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP
245 for the input extension to be able to input japanese characters 247 for the input extension to be able to input japanese characters
246 while staying in another locale. 248 while staying in another locale.
247 option bf(-imlocale). 249 option bf(-imlocale).
250 dit(bf(insecure))
251 Enables "insecure" mode. Rxvt-unicode offers some escape sequences
252 that echo arbitrary strings like the icon name or the locale. This
253 could be abused if somebody gets 8-bit-clean access to your
254 display, wether throuh a mail client displaying mail bodies
255 unfiltered or though write(1). Therefore, these sequences are
256 disabled by default. (Note that other terminals, including xterm,
257 have these sequences enabled by default). You can enable them
258 by setting this boolean resource or specifying bf(-insecure) as
259 an option. At the moment, this enabled display-answer, locale,
260 findfont, icon label and window title requests as well as dynamic
261 menubar dispatch.
248 dit(bf(modifier:) em(modifier)) 262 dit(bf(modifier:) em(modifier))
249 Set the key to be interpreted as the Meta key to: 263 Set the key to be interpreted as the Meta key to:
250 bf(alt), bf(meta), bf(hyper), bf(super), bf(mod1), bf(mod2), bf(mod3), 264 bf(alt), bf(meta), bf(hyper), bf(super), bf(mod1), bf(mod2), bf(mod3),
251 bf(mod4), bf(mod5); 265 bf(mod4), bf(mod5);
252 option bf(-mod). 266 option bf(-mod).
253 dit(bf(answerbackString:) em(string)) 267 dit(bf(answerbackString:) em(string))
254 Specify the reply rxvt sends to the shell when an ENQ (control-E) 268 Specify the reply rxvt sends to the shell when an ENQ (control-E)
255 character is passed through. It may contain escape values as 269 character is passed through. It may contain escape values as
256 described in the entry on bf(keysym) following. 270 described in the entry on bf(keysym) following.
271 dit(bf(secondaryScreen:) em(bool))
272 Turn on/off secondary screen (default enabled).
273 dit(bf(secondaryScroll:) em(bool))
274 Turn on/off secondary screen scroll (default enabled). If
275 the this option is enabled, scrolls on the secondary screen will
276 change the scrollback buffer and switching to/from the secondary screen
277 will instead scroll the screen up.
257 dit(bf(keysym.)em(sym): em(string)) 278 dit(bf(keysym.)em(sym): em(string))
258 Associate em(string) with keysym em(sym) (bf(0xFF00 - 0xFFFF)). It 279 Associate em(string) with keysym em(sym) (bf(0xFF00 - 0xFFFF)). It
259 may contain escape values (\a: bell, \b: backspace, \e, \E: escape, 280 may contain escape values (\a: bell, \b: backspace, \e, \E: escape,
260 \n: newline, \r: return, \t: tab, \000: octal number) or control 281 \n: newline, \r: return, \t: tab, \000: octal number) or control
261 characters (^?: delete, ^@: null, ^A ...) and may enclosed with 282 characters (^?: delete, ^@: null, ^A ...) and may enclosed with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines