summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-08-26 01:45:11 +0000
committerMichael Jennings <mej@kainx.org>2003-08-26 01:45:11 +0000
commit2918d31c097bcabae86698464206db5a634e743a (patch)
treec4762951202671bee3749a9a7ca349b1bc77a69d /doc
parent243e65e5a2ef6bc1f0ca08b7d32474117a0783d0 (diff)
downloadeterm-2918d31c097bcabae86698464206db5a634e743a.tar.gz
Mon Aug 25 21:08:20 2003 Michael Jennings (mej)
Patch from David Lloyd <dmlloyd@tds.net>. 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. SVN revision: 7377
Diffstat (limited to 'doc')
-rw-r--r--doc/Eterm.1.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/Eterm.1.in b/doc/Eterm.1.in
index e35484d..6b9fc81 100644
--- a/doc/Eterm.1.in
+++ b/doc/Eterm.1.in
@@ -509,6 +509,28 @@ If true, Eterm will automatically detect the nearest corner, and
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
@@ -1682,6 +1704,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
.TP