From: root
If no bold colour is set via colorBD:
, bold will invert text using the
standard foreground colour.
For the standard background colour, blinking will actually make the
-text blink when compiled with --enable-blinking
. with standard
-colours. Without --enable-blinking
, the blink attribute will be
-ignored.
For the standard background colour, blinking will actually make
+the text blink when compiled with --enable-text-blink
. Without
+--enable-text-blink
, the blink attribute will be ignored.
On ANSI colours, bold/blink attributes are used to set high-intensity foreground/background colors.
color0-7 are the low-intensity colors.
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in index eac942c3..a7ea67aa 100644 --- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 7" -.TH @@RXVT_NAME@@ 7 "2007-11-19" "8.4" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 7 "2007-11-25" "8.7" "RXVT-UNICODE" .SH "NAME" RXVT REFERENCE \- FAQ, command sequences and other background information .SH "SYNOPSIS" @@ -524,10 +524,9 @@ If you want antialiasing, you have to specify the fonts manually. If no bold colour is set via \f(CW\*(C`colorBD:\*(C'\fR, bold will invert text using the standard foreground colour. .PP -For the standard background colour, blinking will actually make the -text blink when compiled with \f(CW\*(C`\-\-enable\-blinking\*(C'\fR. with standard -colours. Without \f(CW\*(C`\-\-enable\-blinking\*(C'\fR, the blink attribute will be -ignored. +For the standard background colour, blinking will actually make +the text blink when compiled with \f(CW\*(C`\-\-enable\-text\-blink\*(C'\fR. Without +\&\f(CW\*(C`\-\-enable\-text\-blink\*(C'\fR, the blink attribute will be ignored. .PP On \s-1ANSI\s0 colours, bold/blink attributes are used to set high-intensity foreground/background colors. diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt index 7629ead3..e32db350 100644 --- a/doc/rxvt.7.txt +++ b/doc/rxvt.7.txt @@ -319,8 +319,8 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS standard foreground colour. For the standard background colour, blinking will actually make the text - blink when compiled with "--enable-blinking". with standard colours. - Without "--enable-blinking", the blink attribute will be ignored. + blink when compiled with "--enable-text-blink". Without + "--enable-text-blink", the blink attribute will be ignored. On ANSI colours, bold/blink attributes are used to set high-intensity foreground/background colors. diff --git a/src/Makefile.in b/src/Makefile.in index e8f0514f..44528cdd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -163,7 +163,7 @@ encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.o: table/compose.h table/category.h -ev_cpp.o: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.h callback.h +ev_cpp.o: ev_cpp.h fdpass.o: ../config.h libptytty.h init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h libptytty.h @@ -262,7 +262,7 @@ encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.lo: table/compose.h table/category.h -ev_cpp.lo: rxvttoolkit.h ev_cpp.h rxvtlib.h optinc.h rxvtutil.h callback.h +ev_cpp.lo: ev_cpp.h fdpass.lo: ../config.h libptytty.h init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h callback.h salloc.h diff --git a/src/version.h b/src/version.h index 83621570..561ad588 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "8.6" -#define DATE "2007-11-23" +#define VERSION "8.7" +#define DATE "2007-11-25"