summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-05 18:21:58 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-05 18:21:58 +0000
commit293127760860c55733efa5b25ed8a95734cbf529 (patch)
treefaf16484fde7b5c347fb3d3a1c803c9d8f7158de /key-string.c
parent6b3ec44ee9f6a543d5e51175e143485f80a88240 (diff)
Sync OpenBSD patchset 356:
Add a key string for space ("Space") and document the names, suggested by guenther@. Also document how to bind " and ', suggested by miod@.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/key-string.c b/key-string.c
index 89ac1dbc..714cf6e9 100644
--- a/key-string.c
+++ b/key-string.c
@@ -1,4 +1,4 @@
-/* $Id: key-string.c,v 1.22 2009-07-28 23:13:00 tcunha Exp $ */
+/* $Id: key-string.c,v 1.23 2009-10-05 18:21:58 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
+ { "Space", ' ' },
{ "BSpace", KEYC_BSPACE },
{ "Enter", '\r' },
{ "Escape", '\033' },