Added some XTerm instructions for bold
authorHuy Zing <huy-git@huyzing.com>
Mon, 30 May 2011 13:26:53 +0000 (06:26 -0700)
committerHuy Zing <huy-git@huyzing.com>
Mon, 30 May 2011 13:26:53 +0000 (06:26 -0700)
README.mkd

index 54b8e3c..170917b 100644 (file)
@@ -200,12 +200,17 @@ Installation
         - For Apple's Terminal.app on OS X, this means that Text Settings must
           have the `Use bright colors for bold text` checkbox *selected*.
 
         - For Apple's Terminal.app on OS X, this means that Text Settings must
           have the `Use bright colors for bold text` checkbox *selected*.
 
-    2.  It's recommended to turn off the display of bold typeface for bold text.  For
-        example,
+    2.  It's recommended to turn off the display of bold typeface for bold
+        text.  For example,
         - For iTerm2 on OS X, this means that Text Preferences should have the
           `Draw bold text in bold font` checkbox *unselected*.
         - For Apple's Terminal.app on OS X, this means that Text Settings
           should have the `Use bold fonts` checkbox *unselected*.
         - For iTerm2 on OS X, this means that Text Preferences should have the
           `Draw bold text in bold font` checkbox *unselected*.
         - For Apple's Terminal.app on OS X, this means that Text Settings
           should have the `Use bold fonts` checkbox *unselected*.
+        - For XTerm, this may mean setting the `font` and `boldFont` to be the
+          same in your .Xresources or .Xdefaults, e.g.:
+
+            xterm*font: fixed
+            xterm*boldFont: fixed
 
     Example: for iTerm2, these are the correct settings:
 
 
     Example: for iTerm2, these are the correct settings: