aboutsummaryrefslogtreecommitdiff
path: root/include/keyboard.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-07-18 09:10:14 -0400
committerRuss Cox <rsc@swtch.com>2008-07-18 09:10:14 -0400
commit7ed58eab75180ba04d5582d6000f4a05da421ead (patch)
tree05fed761a12053ce86e94b8a2249130b5b0a3e3a /include/keyboard.h
parentc5f884244d35a2e571cdaec22ae345cc4e9f7900 (diff)
downloadplan9port-7ed58eab75180ba04d5582d6000f4a05da421ead.tar.gz
plan9port-7ed58eab75180ba04d5582d6000f4a05da421ead.tar.bz2
plan9port-7ed58eab75180ba04d5582d6000f4a05da421ead.zip
keyboard.h: End is no longer \r
Diffstat (limited to 'include/keyboard.h')
-rw-r--r--include/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keyboard.h b/include/keyboard.h
index 838b2af3..ec9bff46 100644
--- a/include/keyboard.h
+++ b/include/keyboard.h
@@ -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,