Add backspace key to named keys.

pull/1/head
Nicholas Marriott 2009-07-14 06:56:30 +00:00
parent ceace9c6bd
commit 6910458a92
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
{ "BSpace", '\177' },
/* Arrow keys. */
{ "Up", KEYC_UP },