From: pcg Date: Wed, 3 Mar 2004 01:45:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b0e4562b83dd79dff78234a34d56719b5340e0b4;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/rxvt.1 b/doc/rxvt.1 index 7b363c94..0045389e 100644 --- a/doc/rxvt.1 +++ b/doc/rxvt.1 @@ -117,10 +117,6 @@ resource \fBscrollBar_right\fP\&. .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" @@ -406,12 +402,6 @@ of seconds of inactivity\&. \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, diff --git a/doc/rxvt.tbl b/doc/rxvt.tbl index 0550209a..38572d8b 100644 --- a/doc/rxvt.tbl +++ b/doc/rxvt.tbl @@ -114,10 +114,6 @@ resource \fBscrollBar_right\fP\&. .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" @@ -403,12 +399,6 @@ of seconds of inactivity\&. \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, diff --git a/doc/yodl/rxvt-options.yo b/doc/yodl/rxvt-options.yo index f9a06a82..aa78a5e9 100644 --- a/doc/yodl/rxvt-options.yo +++ b/doc/yodl/rxvt-options.yo @@ -1,4 +1,4 @@ -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() @@ -100,10 +100,6 @@ startdit() 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)) diff --git a/doc/yodl/rxvt-resources.yo b/doc/yodl/rxvt-resources.yo index ae3a999d..9e834bf8 100644 --- a/doc/yodl/rxvt-resources.yo +++ b/doc/yodl/rxvt-resources.yo @@ -1,4 +1,4 @@ -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)) @@ -220,12 +220,6 @@ startdit() 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, diff --git a/src/rxvtlib.h.in b/src/rxvtlib.h.in index a35a758f..dcce4663 100644 --- a/src/rxvtlib.h.in +++ b/src/rxvtlib.h.in @@ -199,7 +199,7 @@ typedef enum { #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)