From 326586ba434fb873ebdb81f385ebe838419a98a7 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 30 Aug 2010 15:28:29 +0200 Subject: cursor is hid when unfocused. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 5494b3b..8c37b16 100644 --- a/config.h +++ b/config.h @@ -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 */ -- cgit v1.2.3