code: plan9front

Download patch

ref: 5a11bcaab0933b73ac3026481762f39c22dfb9c9
parent: 19c89f5212bf073baf999fd3320cfe7ffe915f70
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 6 18:30:04 EST 2023

keyboard.h: comment.

--- a/sys/include/keyboard.h
+++ b/sys/include/keyboard.h
@@ -24,7 +24,7 @@
 	Spec=	0xF800,
 	PF=	Spec|0x20,	/* num pad function key */
 	Kview=	Spec|0x00,	/* view (shift window up) */
-	/* KF|1, KF|2, ..., KF|0xC is F12 */
+	/* KF|1, KF|2, ..., KF|0xC is *respectively* F1, F2, ..., F12 */
 	Khome=	KF|0x0D,
 	Kup=	KF|0x0E,
 	Kdown=	Kview,