summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 17:09:34 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 17:09:34 +0000
commit6409f2b406a8d9378461f614a203346ecdc6b532 (patch)
tree354801ff6df81d9a7d483da86da94047ddfa1541 /key-string.c
parent5940c5ff8853e1920d89c7a59ada707c716c6f30 (diff)
C-space is "^ " not "^@".
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/key-string.c b/key-string.c
index b3f5f8d4..73952512 100644
--- a/key-string.c
+++ b/key-string.c
@@ -1,4 +1,4 @@
-/* $Id: key-string.c,v 1.3 2007-10-19 11:10:35 nicm Exp $ */
+/* $Id: key-string.c,v 1.4 2007-11-09 17:09:34 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -174,7 +174,7 @@ struct {
{ "SUSPEND", KEYC_SUSPEND },
{ "UNDO", KEYC_UNDO },
{ "UP", KEYC_UP },
- { "^@", 0 },
+ { "^ ", 0 },
{ "^A", 1 },
{ "^B", 2 },
{ "^C", 3 },