diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-04 08:50:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-04 08:50:05 +0000 |
commit | 205857b2320522c5c27cce9e98ad01972fda5e92 (patch) | |
tree | 39864a508a96ddc247c7de66cb1baab99dac69b8 /key-string.c | |
parent | 97ca5711f937c56bf667aa3b27f2c449d58d4510 (diff) | |
download | rtmux-205857b2320522c5c27cce9e98ad01972fda5e92.tar.gz rtmux-205857b2320522c5c27cce9e98ad01972fda5e92.tar.bz2 rtmux-205857b2320522c5c27cce9e98ad01972fda5e92.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c index 68a57f8b..55de32fe 100644 --- a/key-string.c +++ b/key-string.c @@ -57,6 +57,7 @@ struct { { "PPage", KEYC_PPAGE }, { "Tab", '\011' }, { "BTab", KEYC_BTAB }, + { "Space", ' ' }, { "BSpace", KEYC_BSPACE }, { "Enter", '\r' }, { "Escape", '\033' }, |