aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h b/config.h
index 0e04ab1..a7fc58c 100644
--- a/config.h
+++ b/config.h
@@ -31,10 +31,6 @@ static Key key[] = {
31 { XK_End, "\033[4~" }, 31 { XK_End, "\033[4~" },
32 { XK_Prior, "\033[5~" }, 32 { XK_Prior, "\033[5~" },
33 { XK_Next, "\033[6~" }, 33 { XK_Next, "\033[6~" },
34 { XK_Left, "\033[D" },
35 { XK_Right, "\033[C" },
36 { XK_Up, "\033[A" },
37 { XK_Down, "\033[B" },
38}; 34};
39 35
40static char gfx[] = { 36static char gfx[] = {
@@ -70,4 +66,5 @@ static char gfx[] = {
70 ['l'] = '+', 66 ['l'] = '+',
71 ['k'] = '+', 67 ['k'] = '+',
72 ['x'] = '|', 68 ['x'] = '|',
69 [255] = 0,
73}; 70};