]> git.armaanb.net Git - st.git/blobdiff - config.h
more escapes & more compability:
[st.git] / config.h
index 0e04ab1751ecd27296b1d28c4cbc1f9f4aa4bac8..a7fc58cfd23f83874d71efcbd603f38b56623e80 100644 (file)
--- a/config.h
+++ b/config.h
@@ -31,10 +31,6 @@ static Key key[] = {
        { XK_End,    "\033[4~" },
        { XK_Prior,  "\033[5~" },
        { XK_Next,   "\033[6~" },
-       { XK_Left,   "\033[D" },
-       { XK_Right,  "\033[C" },
-       { XK_Up,     "\033[A" },
-       { XK_Down,   "\033[B" },
 };
 
 static char gfx[] = {
@@ -70,4 +66,5 @@ static char gfx[] = {
        ['l'] = '+',
        ['k'] = '+',
        ['x'] = '|',
+       [255] = 0,
 };