![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <internal.h>
Data Fields | ||
int | begy | |
int | begx | |
int | leny | |
int | lenx | |
uint64_t | flags | |
uint32_t | transcolor | |
union { | ||
struct { | ||
int placey | ||
int placex | ||
} cell | ||
struct { | ||
int colorregs | ||
sprixel * spx | ||
int pxoffy | ||
int pxoffx | ||
int cellpxy | ||
int cellpxx | ||
} pixel | ||
} | u | |
Definition at line 372 of file internal.h.
int begx |
Definition at line 376 of file internal.h.
int begy |
Definition at line 375 of file internal.h.
struct { ... } cell |
int cellpxx |
Definition at line 392 of file internal.h.
int cellpxy |
Definition at line 391 of file internal.h.
int colorregs |
Definition at line 387 of file internal.h.
uint64_t flags |
Definition at line 379 of file internal.h.
int lenx |
Definition at line 378 of file internal.h.
int leny |
Definition at line 377 of file internal.h.
struct { ... } pixel |
int placex |
Definition at line 384 of file internal.h.
int placey |
Definition at line 383 of file internal.h.
int pxoffx |
Definition at line 390 of file internal.h.
int pxoffy |
Definition at line 389 of file internal.h.
sprixel* spx |
Definition at line 388 of file internal.h.
uint32_t transcolor |
Definition at line 380 of file internal.h.
union { ... } u |