From 8a8911703fdbdd132f6b64b12ccb834a624bb22f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 11 Jun 2015 22:12:59 -0700 Subject: 1554 --- 074keyboard.mu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/074keyboard.mu b/074keyboard.mu index 91fdb501..8d828882 100644 --- a/074keyboard.mu +++ b/074keyboard.mu @@ -1,7 +1,8 @@ # Wrappers around keyboard primitives that take a 'keyboard' object and are thus # easier to test. -container keyboard [ # can't think of another word like screen/display, so real and fake keyboards use the same name +# display:screen as keyboard:__? Can't think of another word. +container keyboard [ index:number data:address:array:character ] -- cgit 1.4.1-2-gfad0