aboutsummaryrefslogtreecommitdiff
path: root/key-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-string.c b/key-string.c
index 23aa6ad7..5c8ce5b3 100644
--- a/key-string.c
+++ b/key-string.c
@@ -57,7 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
- { "BSpace", '\177' },
+ { "BSpace", KEYC_BSPACE },
/* Arrow keys. */
{ "Up", KEYC_UP },