Handbook
Glossary
wredrawln ( win beg_line num_lines -- int )
Vocabulary
curses
.
ffi
Inputs
win
an
object
beg_line
an
object
num_lines
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
wredrawln
( WINDOW* win,
int
beg_line,
int
num_lines )