X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.h;h=7da58480b095133a9c7c2f37303faf34f0946728;hb=0981437524b64579cc656f60b0108abdcdf8a0cd;hp=c01354dcb53437c8e824e5a7ae12a9a7a94cdab9;hpb=0a5e5102096d65a3ba8e39ea9b9b0eb89fe30e04;p=st.git diff --git a/config.h b/config.h index c01354d..7da5848 100644 --- 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~" },