mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Add backspace key to named keys.
This commit is contained in:
parent
ceace9c6bd
commit
6910458a92
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ struct {
|
|||
{ "PPage", KEYC_PPAGE },
|
||||
{ "Tab", '\011' },
|
||||
{ "BTab", KEYC_BTAB },
|
||||
{ "BSpace", '\177' },
|
||||
|
||||
/* Arrow keys. */
|
||||
{ "Up", KEYC_UP },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue