summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-14 06:56:30 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-14 06:56:30 +0000
commit6910458a92a12c3d073ea4f5839060ee0914cc17 (patch)
treec0b6e15dc5a9721c81e2b7a4a23063a9dcf98fc2 /key-string.c
parentceace9c6bdbbdf8970b84517b78ee44869596287 (diff)
Add backspace key to named keys.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c
index b2f1fad2..cf146b98 100644
--- a/key-string.c
+++ b/key-string.c
@@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
+ { "BSpace", '\177' },
/* Arrow keys. */
{ "Up", KEYC_UP },