tkeyboard.h: End is no longer \r - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7ed58eab75180ba04d5582d6000f4a05da421ead
DIR parent c5f884244d35a2e571cdaec22ae345cc4e9f7900
HTML Author: Russ Cox <rsc@swtch.com>
Date: Fri, 18 Jul 2008 09:10:14 -0400
keyboard.h: End is no longer \r
Diffstat:
M include/keyboard.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/include/keyboard.h b/include/keyboard.h
t@@ -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,