Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
subwin ( orig nlines ncols begin_y begin_x -- WINDOW* )
Vocabulary
curses.ffi
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
WINDOW*
subwin
( WINDOW* orig,
int
nlines,
int
ncols,
int
begin_y,
int
begin_x )
;
inline