Handbook
Glossary
derwin ( orig nlines ncols begin_y begin_x -- WINDOW* )
Vocabulary
curses
.
ffi
Inputs
orig
an
object
nlines
an
object
ncols
an
object
begin_y
an
object
begin_x
an
object
Outputs
WINDOW*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
WINDOW*
derwin
( WINDOW* orig,
int
nlines,
int
ncols,
int
begin_y,
int
begin_x )