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