mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
Add backspace key to named keys.
This commit is contained in:
@@ -57,6 +57,7 @@ struct {
|
||||
{ "PPage", KEYC_PPAGE },
|
||||
{ "Tab", '\011' },
|
||||
{ "BTab", KEYC_BTAB },
|
||||
{ "BSpace", '\177' },
|
||||
|
||||
/* Arrow keys. */
|
||||
{ "Up", KEYC_UP },
|
||||
|
||||
Reference in New Issue
Block a user