X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=7da58480b095133a9c7c2f37303faf34f0946728;hb=0981437524b64579cc656f60b0108abdcdf8a0cd;hp=c01354dcb53437c8e824e5a7ae12a9a7a94cdab9;hpb=2e37752961f439c33614a9d8469d7c297f0465cb;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~" },