diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-03-11 23:50:50 +0100 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-03-11 23:50:50 +0100 |
commit | 5b945f06525b3c800f6c2c997aa54d3cdc95b4f0 (patch) | |
tree | 29b078ef0ff19b7bb5cce9c4e134bec9ff93860e /config.h | |
parent | 8898ecc34a564a305b0424fa19688977e7c80feb (diff) | |
download | st-5b945f06525b3c800f6c2c997aa54d3cdc95b4f0.tar.gz st-5b945f06525b3c800f6c2c997aa54d3cdc95b4f0.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ #define SHELL "/bin/bash" #define TAB 8 -#define FONT "fixed" +#define FONT "6x13" +#define BOLDFONT FONT"bold" #define BORDER 3 #define LINESPACE 0 /* additional pixel between each line */ |