Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/doc


Modified Files:
        Eterm.1.in 


Log Message:
Mon Aug 25 21:08:20 2003                        Michael Jennings (mej)

Patch from David Lloyd <[EMAIL PROTECTED]>.  Removed the NO_BRIGHTCOLOR
and NO_BOLDOVERSTRIKE defines.  If you want to do NO_BRIGHTCOLOR, set
colors 8-16 the same as 0-7. :P  For bold overstrike, it's now an
option (--overstrike-bold).  There are also options to deactivate the
"bold" and "blink" attributes' setting of high-intensity colors, and
to allow non-default foreground colors to be bolded.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/doc/Eterm.1.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Eterm.1.in  22 Jan 2003 20:13:38 -0000      1.18
+++ Eterm.1.in  26 Aug 2003 01:45:10 -0000      1.19
@@ -509,6 +509,28 @@
 font-change resizes will cause the Eterm window to gravitate toward
 that corner.
 .TP
+.BR \-\-overstrike-bold
+If true (default), Eterm will simulate a bold font by printing each
+character twice, offsetting the second pass by one pixel.  This makes
+the characters seem thicker without the need for a special font.  You
+may wish to disable this if you use a specific color for bold.
+.TP
+.BR \-\-bold-brightens-foreground
+If true (default), Eterm will use the "bold" ANSI color attribute to
+brighten the foreground color by using the high-intensity colors (8
+through 15) rather than the low-intensity colors (0 through 7).  Note
+that having a specific color selected for bold will override this.
+.TP
+.BR \-\-blink-brightens-background
+If true (default), Eterm will use the "blink" ANSI color attribute to
+brighten the background color by using the high-intensity colors (8
+through 15) rather than the low-intensity colors (0 through 7).
+.TP
+.BR \-\-colors-suppress-bold
+If true (default), any colored text (that is, any text not rendered
+using the default foreground color) will not be given any other
+special treatment for bolding (e.g., bold font or bold overstrike).
+.TP
 .BI \-\-big-font-key " keysym"
 Specify a keysym to increase the font size.  Default is Shift and the +
 key on the keypad.  Ctrl-> or Meta-> may also work (if you #define one
@@ -1681,6 +1703,36 @@
 If true, Eterm will automatically detect the nearest corner, and
 font-change resizes will cause the Eterm window to gravitate toward
 that corner.
+.RE
+
+.BI overstrike_bold " boolean"
+.RS 5
+If true (default), Eterm will simulate a bold font by printing each
+character twice, offsetting the second pass by one pixel.  This makes
+the characters seem thicker without the need for a special font.  You
+may wish to disable this if you use a specific color for bold.
+.RE
+
+.BI bold_brightens_foreground " boolean"
+.RS 5
+If true (default), Eterm will use the "bold" ANSI color attribute to
+brighten the foreground color by using the high-intensity colors (8
+through 15) rather than the low-intensity colors (0 through 7).  Note
+that having a specific color selected for bold will override this.
+.RE
+
+.BI blink_brightens_background " boolean"
+.RS 5
+If true (default), Eterm will use the "blink" ANSI color attribute to
+brighten the background color by using the high-intensity colors (8
+through 15) rather than the low-intensity colors (0 through 7).
+.RE
+
+.BI colors_suppress_bold " boolean"
+.RS 5
+If true (default), any colored text (that is, any text not rendered
+using the default foreground color) will not be given any other
+special treatment for bolding (e.g., bold font or bold overstrike).
 .RE
 .RE
 




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to