Handbook
Glossary
wget-max-yx ( window -- y x )
Vocabulary
curses
Inputs
window
an
object
Outputs
y
an
object
x
an
object
Definition
USING:
accessors
kernel
math
;
IN:
curses
:
wget-max-yx
( window -- y x )
ptr>>
[
_maxy>>
1
+
]
[
_maxx>>
1
+
]
bi
;