aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-03-11 23:50:50 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-03-11 23:50:50 +0100
commit0f4dd5035ed920c67133f1a4b8aef5cbd957c7be (patch)
tree29b078ef0ff19b7bb5cce9c4e134bec9ff93860e /config.h
parent7cdaf130b17e4991da9bb3d8d1341e0092474a73 (diff)
downloadst-0f4dd5035ed920c67133f1a4b8aef5cbd957c7be.tar.gz
st-0f4dd5035ed920c67133f1a4b8aef5cbd957c7be.zip
bold attribute is back.
visibility of the cursor is not saved/loaded anymore. scrolling up/down is fixed. added RI and RIS sequences. fixed cursor drawing bug.
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index a7fc58c..f881571 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,8 @@
1#define SHELL "/bin/bash" 1#define SHELL "/bin/bash"
2#define TAB 8 2#define TAB 8
3 3
4#define FONT "fixed" 4#define FONT "6x13"
5#define BOLDFONT FONT"bold"
5#define BORDER 3 6#define BORDER 3
6#define LINESPACE 0 /* additional pixel between each line */ 7#define LINESPACE 0 /* additional pixel between each line */
7 8