Handbook
Glossary
init_pair ( pair f b -- int )
Vocabulary
curses
.
ffi
Inputs
pair
an
object
f
an
object
b
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
init_pair
(
short
pair,
short
f,
short
b )