Handbook
Glossary
newwin ( nlines ncols begin_y begin_x -- WINDOW* )
Vocabulary
curses
.
ffi
Inputs
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*
newwin
(
int
nlines,
int
ncols,
int
begin_y,
int
begin_x )