summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-12 22:27:36 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-12 22:27:36 +0000
commit5c5002439faf9e53b08dfa6ccfb1c600617ef536 (patch)
tree9cfcb6286f7c8e024bbf9cd06610e84e2c7487dc
parent366c0fccf55b43ff5051b8172374fb9caf011200 (diff)
downloaduuterm-5c5002439faf9e53b08dfa6ccfb1c600617ef536.tar.gz
broken backspace; Xlib is stupid
-rw-r--r--xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib.c b/xlib.c
index 5ad8469..347b49f 100644
--- a/xlib.c
+++ b/xlib.c
@@ -190,6 +190,7 @@ struct
KeySym ks;
char s[7], l;
} keys[] = {
+ { XK_BackSpace, "\177",1 },
{ XK_Home, "\033[1~",4 },
{ XK_Insert, "\033[2~",4 },
{ XK_Delete, "\033[3~",4 },