Minor cleanup
This commit is contained in:
parent
ca1e0c79af
commit
3a5b457c7c
|
@ -8,9 +8,8 @@
|
|||
(let loop ()
|
||||
(define ch (read-byte))
|
||||
(display (select-graphic-rendition ch))
|
||||
(printf "Byte: ~v" ch)
|
||||
(display (clear-to-eol))
|
||||
(display "\015\012")
|
||||
(printf "Byte: ~v\015\012" ch)
|
||||
(display (select-graphic-rendition))
|
||||
;;(flush-output)
|
||||
(if (member ch '(4 8 127)) ;; EOF, C-h, DEL
|
||||
|
|
Loading…
Reference in New Issue