Handbook
Glossary
read-header ( -- header )
Vocabulary
terminfo
.
private
Inputs
None
Outputs
header
an
object
Definition
USING:
io
kernel
pack
sequences.generalizations
;
IN:
terminfo.private
:
read-header
( -- header )
12
read
"ssssss"
unpack-le
6
firstn
<terminfo-header>
[
check-magic
]
keep
;