mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
keyboard.h: End is no longer \r
This commit is contained in:
parent
c5f884244d
commit
7ed58eab75
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ enum {
|
|||
Kview= 0x80,
|
||||
Kpgdown= KF|0x13,
|
||||
Kins= KF|0x14,
|
||||
Kend= '\r', /* [sic] */
|
||||
Kend= KF|0x18,
|
||||
|
||||
Kalt= KF|0x15,
|
||||
Kshift= KF|0x16,
|
||||
|
|
Loading…
Reference in a new issue