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.5 by pcg, Wed Mar 3 01:45:14 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.5 2004/03/03 01:45:14 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.
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