keyboard.h: End is no longer \r

This commit is contained in:
Russ Cox 2008-07-18 09:10:14 -04:00
parent c5f884244d
commit 7ed58eab75

View file

@ -28,7 +28,7 @@ enum {
Kview= 0x80, Kview= 0x80,
Kpgdown= KF|0x13, Kpgdown= KF|0x13,
Kins= KF|0x14, Kins= KF|0x14,
Kend= '\r', /* [sic] */ Kend= KF|0x18,
Kalt= KF|0x15, Kalt= KF|0x15,
Kshift= KF|0x16, Kshift= KF|0x16,