about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-11 22:12:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-11 22:12:59 -0700
commit8a8911703fdbdd132f6b64b12ccb834a624bb22f (patch)
tree0d405dec0d1a8456b3bbe8f4f0c4821a7e7b57e6
parent28763a3d6a84c03836b1b85eaeee547a3a97b8e4 (diff)
downloadmu-8a8911703fdbdd132f6b64b12ccb834a624bb22f.tar.gz
1554
-rw-r--r--074keyboard.mu3
1 files changed, 2 insertions, 1 deletions
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
 ]