From 4a4c3c19401c90fcc44a4d266b9a3d286a2e04c4 Mon Sep 17 00:00:00 2001 From: Huy Zing Date: Mon, 30 May 2011 06:26:53 -0700 Subject: [PATCH] Added some XTerm instructions for bold --- README.mkd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index 54b8e3c..170917b 100644 --- a/README.mkd +++ b/README.mkd @@ -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*. - 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 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: -- 2.20.1