From 293127760860c55733efa5b25ed8a95734cbf529 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 5 Oct 2009 18:21:58 +0000 Subject: 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@. --- key-string.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'key-string.c') 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 @@ -57,6 +57,7 @@ struct { { "PPage", KEYC_PPAGE }, { "Tab", '\011' }, { "BTab", KEYC_BTAB }, + { "Space", ' ' }, { "BSpace", KEYC_BSPACE }, { "Enter", '\r' }, { "Escape", '\033' }, -- cgit