derwin ( orig nlines ncols begin_y begin_x -- WINDOW* )


Vocabulary
curses.ffi

Inputs
origan object
nlinesan object
ncolsan object
begin_yan object
begin_xan object


Outputs
WINDOW*an object


Definition


LIBRARY: curses FUNCTION: WINDOW* derwin
( WINDOW* orig, int nlines, int ncols, int begin_y, int
begin_x )