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.3 by pcg, Thu Dec 18 00:38:07 2003 UTC vs.
Revision 1.5 by pcg, Wed Mar 3 01:45:14 2004 UTC

1COMMENT(-- $Id: rxvt-resources.yo,v 1.3 2003/12/18 00:38:07 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.
100 list of font names that are used in turn when trying to display 100 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, 101 unicode characters. The first font defines the cell size for characters,
102 pther fonts might be smaller, but not larger. A reasonable default list 102 pther fonts might be smaller, but not larger. A reasonable default list
103 is appended. 103 is appended.
104 option bf(-fn). 104 option bf(-fn).
105 dit(bf(greek_keyboard:) em(mode))
106 Set the Greek keyboard translation mode to be used;
107 bf(iso): ISO-8859 mapping (elot-928) [default].
108 bf(ibm): IBM-437 mapping (DOS codepage 737);
109 option bf(-grk).
110 dit(bf(greektoggle_key:) em(keysym))
111 Set the key to toggle keyboard input between no translation and
112 Greek translation [default bf(Mode_switch)].
113 For more details, see the distributed file bf(README.greek).
114 dit(bf(selectstyle:) em(mode)) 105 dit(bf(selectstyle:) em(mode))
115 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
116 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
117 gives xterm style selection. 108 gives xterm style selection.
118 dit(bf(scrollstyle:) em(mode)) 109 dit(bf(scrollstyle:) em(mode))
227 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
228 of seconds of inactivity. 219 of seconds of inactivity.
229 bf(False): the pointer is always visible [default]. 220 bf(False): the pointer is always visible [default].
230 dit(bf(pointerBlankDelay:) em(number)) 221 dit(bf(pointerBlankDelay:) em(number))
231 Specifies number of seconds before blanking the pointer [default 2]. 222 Specifies number of seconds before blanking the pointer [default 2].
232 dit(bf(multibyte_cursor:) em(boolean))
233 bf(True): consider multibyte glyphs as single character for backspace,
234 delete and cursor movement keys;
235 option bf(-mcc).
236 bf(False): move through all components of all glyphs;
237 option bf(+mcc).
238 dit(bf(backspacekey:) em(string)) 223 dit(bf(backspacekey:) em(string))
239 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
240 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,
241 bf(Backspace) (code 8) - which can be reversed with the appropriate 226 bf(Backspace) (code 8) - which can be reversed with the appropriate
242 DEC private mode escape sequence. 227 DEC private mode escape sequence.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines