![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <internal.h>
Data Fields | |
ncplane * | top |
ncplane * | bottom |
ncplane * | roots |
struct crender * | crender |
struct notcurses * | nc |
struct ncpile * | prev |
struct ncpile * | next |
size_t | crenderlen |
unsigned | dimy |
unsigned | dimx |
unsigned | cellpxx |
unsigned | cellpxy |
int | scrolls |
sprixel * | sprixelcache |
Definition at line 317 of file internal.h.
ncplane* bottom |
Definition at line 319 of file internal.h.
unsigned cellpxx |
Definition at line 326 of file internal.h.
unsigned cellpxy |
Definition at line 326 of file internal.h.
Definition at line 321 of file internal.h.
size_t crenderlen |
Definition at line 324 of file internal.h.
unsigned dimx |
Definition at line 325 of file internal.h.
unsigned dimy |
Definition at line 325 of file internal.h.
struct notcurses* nc |
Definition at line 322 of file internal.h.
struct ncpile * next |
Definition at line 323 of file internal.h.
struct ncpile* prev |
Definition at line 323 of file internal.h.
ncplane* roots |
Definition at line 320 of file internal.h.
int scrolls |
Definition at line 327 of file internal.h.
sprixel* sprixelcache |
Definition at line 328 of file internal.h.
ncplane* top |
Definition at line 318 of file internal.h.