Handbook
Glossary
mvcur ( oldrow oldcol newrow newcol -- int )
Vocabulary
curses
.
ffi
Inputs
oldrow
an
object
oldcol
an
object
newrow
an
object
newcol
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
mvcur
(
int
oldrow,
int
oldcol,
int
newrow,
int
newcol )