JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
drawing is faster but the bold attr is not supported anymore.
[st.git] / config.h
index c01354d..7da5848 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,10 +3,10 @@
 
 #define FONT "fixed"
 #define BORDER 3
-#define LINESPACE 1 /* additional pixel between each line */
+#define LINESPACE 0 /* additional pixel between each line */
 
 /* Terminal colors */
-static char* colorname[] = {
+static const char *colorname[] = {
        "black",
        "red",
        "green",
@@ -24,7 +24,6 @@ static char* colorname[] = {
 #define DefaultCS 1
 #define BellCol   DefaultFG
 
-
 /* special keys */
 static Key key[] = {
        { XK_Delete, "\033[3~" },