mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 05:15:18 +00:00
Sync OpenBSD patchset 970:
Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional confusion.
This commit is contained in:
parent
03ee7f7edf
commit
c1eeac86fe
1 changed files with 4 additions and 0 deletions
|
|
@ -55,7 +55,11 @@ const struct {
|
|||
{ "Home", KEYC_HOME },
|
||||
{ "End", KEYC_END },
|
||||
{ "NPage", KEYC_NPAGE },
|
||||
{ "PageDown", KEYC_NPAGE },
|
||||
{ "PgDn", KEYC_NPAGE },
|
||||
{ "PPage", KEYC_PPAGE },
|
||||
{ "PageUp", KEYC_PPAGE },
|
||||
{ "PgUp", KEYC_PPAGE },
|
||||
{ "Tab", '\011' },
|
||||
{ "BTab", KEYC_BTAB },
|
||||
{ "Space", ' ' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue