diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 15:28:29 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 15:28:29 +0200 |
commit | 326586ba434fb873ebdb81f385ebe838419a98a7 (patch) | |
tree | c20e97feed9a96266a12f5cbb16888734e49e506 /config.h | |
parent | ae5baac932af877cb18df6853d45f033ed9b270f (diff) |
cursor is hid when unfocused.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #define TAB 8 #define TNAME "st-256color" #define FONT "6x13" -#define BOLDFONT FONT"bold" +#define BOLDFONT "6x13bold" #define BORDER 2 /* Terminal colors */ |