Handbook
Glossary
wborder ( win ls rs ts bs tl tr bl br -- int )
Vocabulary
curses
.
ffi
Inputs
win
an
object
ls
an
object
rs
an
object
ts
an
object
bs
an
object
tl
an
object
tr
an
object
bl
an
object
br
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
wborder
( WINDOW* win,
chtype
ls,
chtype
rs,
chtype
ts,
chtype
bs,
chtype
tl,
chtype
tr,
chtype
bl,
chtype
br )