X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.h;h=67c854e36e28ad151eae78a18812a9217f0b64f1;hb=4e6915a16b75c1e79142e15a9b23e761140d4e9b;hp=c01354dcb53437c8e824e5a7ae12a9a7a94cdab9;hpb=0a5e5102096d65a3ba8e39ea9b9b0eb89fe30e04;p=st.git diff --git a/config.h b/config.h index c01354d..67c854e 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define LINESPACE 1 /* 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~" },