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.4 by pcg, Sun Feb 22 08:36:11 2004 UTC vs.
Revision 1.6 by pcg, Sun Mar 14 21:59:58 2004 UTC

1COMMENT(-- $Id: rxvt-resources.yo,v 1.4 2004/02/22 08:36:11 pcg Exp $ --) 1COMMENT(-- $Id: rxvt-resources.yo,v 1.6 2004/03/14 21:59:58 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.
7If compiled with internal Xresources support (i.e. bf(rxvt -h) lists 7If compiled with internal Xresources support (i.e. bf(rxvt -h) lists
8bf(.Xdefaults)) then bf(rxvt) accepts application defaults set in 8bf(.Xdefaults)) then bf(RXVTNAME()) accepts application defaults set in
9XAPPLOADDIR/Rxvt (compile-time defined: usually 9XAPPLOADDIR/Rxvt (compile-time defined: usually
10bf(/usr/lib/X11/app-defaults/Rxvt)) and resources set in bf(~/.Xdefaults), 10bf(/usr/lib/X11/app-defaults/Rxvt)) and resources set in bf(~/.Xdefaults),
11or bf(~/.Xresources) if bf(~/.Xdefaults) does not exist. Note that when 11or bf(~/.Xresources) if bf(~/.Xdefaults) does not exist. Note that when
12reading X resources, bf(rxvt) recognizes two class names: bf(XTerm) and 12reading X resources, bf(RXVTNAME()) recognizes two class names: bf(XTerm) and
13bf(Rxvt). The class name bf(XTerm) allows resources common to both 13bf(Rxvt). The class name bf(XTerm) allows resources common to both
14bf(rxvt) and em(xterm) to be easily configured, while the class name 14bf(RXVTNAME()) and em(xterm) to be easily configured, while the class name
15bf(Rxvt) allows resources unique to bf(rxvt), notably colours and 15bf(Rxvt) allows resources unique to bf(RXVTNAME()), notably colours and
16key-handling, to be shared between different bf(rxvt) configurations. 16key-handling, to be shared between different bf(RXVTNAME()) configurations.
17If no resources are specified, suitable defaults will be used. 17If no resources are specified, suitable defaults will be used.
18Command-line arguments can be used to override resource settings. The 18Command-line arguments can be used to override resource settings. The
19following resources are allowed: 19following resources are allowed:
20 20
21startdit() 21startdit()
105 dit(bf(selectstyle:) em(mode)) 105 dit(bf(selectstyle:) em(mode))
106 Set mouse selection style to bf(old) which is 2.20, bf(oldword) which 106 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 107 is xterm style with 2.20 old word selection, or anything else which
108 gives xterm style selection. 108 gives xterm style selection.
109 dit(bf(scrollstyle:) em(mode)) 109 dit(bf(scrollstyle:) em(mode))
110 Set scrollbar style to bf(rxvt), bf(next) or bf(xterm) 110 Set scrollbar style to bf(RXVTNAME()), bf(next) or bf(xterm)
111 dit(bf(title:) em(string)) 111 dit(bf(title:) em(string))
112 Set window title string, the default title is the command-line 112 Set window title string, the default title is the command-line
113 specified after the bf(-e) option, if any, otherwise the application 113 specified after the bf(-e) option, if any, otherwise the application
114 name; 114 name;
115 option bf(-title). 115 option bf(-title).
218 bf(True): blank the pointer when a key is pressed or after a set number 218 bf(True): blank the pointer when a key is pressed or after a set number
219 of seconds of inactivity. 219 of seconds of inactivity.
220 bf(False): the pointer is always visible [default]. 220 bf(False): the pointer is always visible [default].
221 dit(bf(pointerBlankDelay:) em(number)) 221 dit(bf(pointerBlankDelay:) em(number))
222 Specifies number of seconds before blanking the pointer [default 2]. 222 Specifies number of seconds before blanking the pointer [default 2].
223 dit(bf(multibyte_cursor:) em(boolean))
224 bf(True): consider multibyte glyphs as single character for backspace,
225 delete and cursor movement keys;
226 option bf(-mcc).
227 bf(False): move through all components of all glyphs;
228 option bf(+mcc).
229 dit(bf(backspacekey:) em(string)) 223 dit(bf(backspacekey:) em(string))
230 The string to send when the backspace key is pressed. If set to 224 The string to send when the backspace key is pressed. If set to
231 bf(DEC) or unset it will send bf(Delete) (code 127) or, if shifted, 225 bf(DEC) or unset it will send bf(Delete) (code 127) or, if shifted,
232 bf(Backspace) (code 8) - which can be reversed with the appropriate 226 bf(Backspace) (code 8) - which can be reversed with the appropriate
233 DEC private mode escape sequence. 227 DEC private mode escape sequence.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines