.IP "\fB-st\fP|\fB+st\fP"
Display normal (non XTerm/NeXT) scrollbar without/with a trough;
resource \fBscrollBar_floating\fP\&.
-.IP "\fB-mcc\fP|\fB+mcc\fP"
-Compile \fImultichar_languages\fP: treat multibyte glyphs as single
-character for backspace, delete and cursor movement keys;
-resource \fBmultibyte_cursor\fP\&.
.IP "\fB-bc\fP|\fB+bc\fP"
Blink the cursor; resource \fBcursorBlink\fP\&.
.IP "\fB-iconic\fP"
\fBFalse\fP: the pointer is always visible [default]\&.
.IP "\fBpointerBlankDelay:\fP \fInumber\fP"
Specifies number of seconds before blanking the pointer [default 2]\&.
-.IP "\fBmultibyte_cursor:\fP \fIboolean\fP"
-\fBTrue\fP: consider multibyte glyphs as single character for backspace,
-delete and cursor movement keys;
-option \fB-mcc\fP\&.
-\fBFalse\fP: move through all components of all glyphs;
-option \fB+mcc\fP\&.
.IP "\fBbackspacekey:\fP \fIstring\fP"
The string to send when the backspace key is pressed\&. If set to
\fBDEC\fP or unset it will send \fBDelete\fP (code 127) or, if shifted,
.IP "\fB-st\fP|\fB+st\fP"
Display normal (non XTerm/NeXT) scrollbar without/with a trough;
resource \fBscrollBar_floating\fP\&.
-.IP "\fB-mcc\fP|\fB+mcc\fP"
-Compile \fImultichar_languages\fP: treat multibyte glyphs as single
-character for backspace, delete and cursor movement keys;
-resource \fBmultibyte_cursor\fP\&.
.IP "\fB-bc\fP|\fB+bc\fP"
Blink the cursor; resource \fBcursorBlink\fP\&.
.IP "\fB-iconic\fP"
\fBFalse\fP: the pointer is always visible [default]\&.
.IP "\fBpointerBlankDelay:\fP \fInumber\fP"
Specifies number of seconds before blanking the pointer [default 2]\&.
-.IP "\fBmultibyte_cursor:\fP \fIboolean\fP"
-\fBTrue\fP: consider multibyte glyphs as single character for backspace,
-delete and cursor movement keys;
-option \fB-mcc\fP\&.
-\fBFalse\fP: move through all components of all glyphs;
-option \fB+mcc\fP\&.
.IP "\fBbackspacekey:\fP \fIstring\fP"
The string to send when the backspace key is pressed\&. If set to
\fBDEC\fP or unset it will send \fBDelete\fP (code 127) or, if shifted,
-COMMENT(-- $Id: rxvt-options.yo,v 1.4 2004-02-22 08:36:11 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-options.yo,v 1.5 2004-03-03 01:45:14 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpageoptions()
dit(bf(-st)|bf(+st))
Display normal (non XTerm/NeXT) scrollbar without/with a trough;
resource bf(scrollBar_floating).
- dit(bf(-mcc)|bf(+mcc))
- Compile em(multichar_languages): treat multibyte glyphs as single
- character for backspace, delete and cursor movement keys;
- resource bf(multibyte_cursor).
dit(bf(-bc)|bf(+bc))
Blink the cursor; resource bf(cursorBlink).
dit(bf(-iconic))
-COMMENT(-- $Id: rxvt-resources.yo,v 1.4 2004-02-22 08:36:11 pcg Exp $ --)
+COMMENT(-- $Id: rxvt-resources.yo,v 1.5 2004-03-03 01:45:14 pcg Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(RESOURCES (available also as long-options))
bf(False): the pointer is always visible [default].
dit(bf(pointerBlankDelay:) em(number))
Specifies number of seconds before blanking the pointer [default 2].
- dit(bf(multibyte_cursor:) em(boolean))
- bf(True): consider multibyte glyphs as single character for backspace,
- delete and cursor movement keys;
- option bf(-mcc).
- bf(False): move through all components of all glyphs;
- option bf(+mcc).
dit(bf(backspacekey:) em(string))
The string to send when the backspace key is pressed. If set to
bf(DEC) or unset it will send bf(Delete) (code 127) or, if shifted,
#define Opt_scrollTtyKeypress (1LU<<12)
#define Opt_transparent (1LU<<13)
#define Opt_transparent_all (1LU<<14)
-#define Opt_mc_hack (1LU<<15)
+#define Opt_15 (1LU<<15) // UNALLOCATED
#define Opt_tripleclickwords (1LU<<16)
#define Opt_scrollWithBuffer (1LU<<17)
#define Opt_jumpScroll (1LU<<18)