diff options
Diffstat (limited to '074keyboard.mu')
-rw-r--r-- | 074keyboard.mu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/074keyboard.mu b/074keyboard.mu index 13068c12..7149a290 100644 --- a/074keyboard.mu +++ b/074keyboard.mu @@ -62,6 +62,7 @@ recipe send-keys-to-channel [ { c:character, found?:boolean <- read-key keyboard:address loop-unless found?:boolean +#? print-integer screen:address, c:character #? 1 print-character screen:address, c:character chan:address:channel <- write chan:address:channel, c:character # todo: eof |