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@.
This commit is contained in:
Tiago Cunha
2009-10-05 18:21:58 +00:00
parent 6b3ec44ee9
commit 2931277608
2 changed files with 48 additions and 11 deletions

View File

@ -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' },