mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-26 18:13:10 +01:00
Add backspace key to named keys.
This commit is contained in:
parent
ceace9c6bd
commit
6910458a92
@ -57,6 +57,7 @@ struct {
|
||||
{ "PPage", KEYC_PPAGE },
|
||||
{ "Tab", '\011' },
|
||||
{ "BTab", KEYC_BTAB },
|
||||
{ "BSpace", '\177' },
|
||||
|
||||
/* Arrow keys. */
|
||||
{ "Up", KEYC_UP },
|
||||
|
Loading…
Reference in New Issue
Block a user