commit 7ed58eab75180ba04d5582d6000f4a05da421ead parent c5f884244d35a2e571cdaec22ae345cc4e9f7900 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(-)
diff --git 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,