aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index aee8057..c3c4e41 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
1#define TAB 8 1#define TAB 8
2 2#define TNAME "st-256color"
3#define FONT "6x13" 3#define FONT "6x13"
4#define BOLDFONT FONT"bold" 4#define BOLDFONT FONT"bold"
5#define BORDER 2 5#define BORDER 2
@@ -33,6 +33,7 @@ static const char *colorname[] = {
33 33
34/* special keys */ 34/* special keys */
35static Key key[] = { 35static Key key[] = {
36 { XK_BackSpace, "\177" },
36 { XK_Delete, "\033[3~" }, 37 { XK_Delete, "\033[3~" },
37 { XK_Home, "\033[1~" }, 38 { XK_Home, "\033[1~" },
38 { XK_End, "\033[4~" }, 39 { XK_End, "\033[4~" },