X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;fp=config.h;h=c3c4e419cc118d253f91b3d62e35fb2d8f356a8d;hp=aee8057c74b658310517436537493fcaa2e0a6b5;hb=ce3f4fc647be3ab28f934db9365445a56ebd85bf;hpb=d2f157c7418e2762316e5471f819ec1e5c49e93c diff --git a/config.h b/config.h index aee8057..c3c4e41 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define TAB 8 - +#define TNAME "st-256color" #define FONT "6x13" #define BOLDFONT FONT"bold" #define BORDER 2 @@ -33,6 +33,7 @@ static const char *colorname[] = { /* special keys */ static Key key[] = { + { XK_BackSpace, "\177" }, { XK_Delete, "\033[3~" }, { XK_Home, "\033[1~" }, { XK_End, "\033[4~" },