notcurses/doc/man/man3/notcurses_newplane.3.ronn
2019-12-29 03:24:32 -05:00

22 lines
420 B
Markdown

notcurses_newplane(3) -- create a new ncplane atop the z-buffer
===============================================================
## SYNOPSIS
`#include <notcurses.h>`
`struct ncplane* notcurses_newplane(struct notcurses* nc, int rows, int cols, int yoff, int xoff, void* opaque);`
## DESCRIPTION
## RETURN VALUES
## AUTHOR
Nick Black <nickblack@linux.com>
## SEE ALSO
notcurses_ncplane(3), notcurses_stdplane(3)