![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <notcurses.h>
Data Fields | |
int | y |
int | x |
unsigned | rows |
unsigned | cols |
void * | userptr |
const char * | name |
int(* | resizecb )(struct ncplane *) |
uint64_t | flags |
unsigned | margin_b |
unsigned | margin_r |
Definition at line 1464 of file notcurses.h.
unsigned cols |
Definition at line 1468 of file notcurses.h.
uint64_t flags |
Definition at line 1472 of file notcurses.h.
unsigned margin_b |
Definition at line 1473 of file notcurses.h.
unsigned margin_r |
Definition at line 1473 of file notcurses.h.
const char* name |
Definition at line 1470 of file notcurses.h.
int(* resizecb) (struct ncplane *) |
Definition at line 1471 of file notcurses.h.
unsigned rows |
Definition at line 1467 of file notcurses.h.
void* userptr |
Definition at line 1469 of file notcurses.h.
int x |
Definition at line 1466 of file notcurses.h.
int y |
Definition at line 1465 of file notcurses.h.