aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-09-14 19:46:07 +0200
committerChristoph Lohmann <20h@r-36.net>2012-09-14 19:46:07 +0200
commita62789788c87425fd90209bad15b324f8dee84da (patch)
tree91af38ed4e7352133703478c8778cb96c5e94392 /config.def.h
parentb1563526561a913dc2a69ee78eb5aaa09cc98978 (diff)
downloadst-a62789788c87425fd90209bad15b324f8dee84da.tar.gz
st-a62789788c87425fd90209bad15b324f8dee84da.zip
Implementing italic-bold. This will require an increase of the avgWdth.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 0aef8be..f0e5556 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,8 +1,9 @@
1 1
2#define FONT "-*-*-medium-r-*-*-*-120-75-75-*-60-*-*" 2#define FONT "-*-*-medium-r-*-*-*-120-75-75-*-70-*-*"
3#define BOLDFONT "-*-*-bold-r-*-*-*-120-75-75-*-60-*-*" 3#define BOLDFONT "-*-*-bold-r-*-*-*-120-75-75-*-70-*-*"
4/* If italic is not availbel, fall back to bold. */ 4/* If italic is not availbel, fall back to bold. */
5#define ITALICFONT "-*-*-medium-o-*-*-*-120-75-75-*-60-*-*," BOLDFONT 5#define ITALICFONT "-*-*-medium-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT
6#define ITALICBOLDFONT "-*-*-bold-o-*-*-*-120-75-75-*-70-*-*," BOLDFONT
6 7
7/* Space in pixels around the terminal buffer */ 8/* Space in pixels around the terminal buffer */
8#define BORDER 2 9#define BORDER 2