mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
22 lines
420 B
Markdown
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)
|