![]() |
Notcurses 3.0.17
a blingful library for TUIs and character graphics
|
#include <internal.h>

Data Fields | ||
| nccell | c | |
| const ncplane * | p | |
| sprixel * | sprixel | |
| uint32_t | hcfg | |
| struct { | ||
| unsigned blittedquads: 4 | ||
| unsigned damaged: 1 | ||
| unsigned highcontrast: 1 | ||
| unsigned fgblends: 8 | ||
| unsigned bgblends: 8 | ||
| unsigned hcfgblends: 8 | ||
| unsigned sprixeled: 1 | ||
| unsigned p_beats_sprixel: 1 | ||
| } | s | |
Definition at line 265 of file internal.h.
| unsigned bgblends |
Definition at line 288 of file internal.h.
| unsigned blittedquads |
Definition at line 282 of file internal.h.
| nccell c |
Definition at line 266 of file internal.h.
| unsigned damaged |
Definition at line 283 of file internal.h.
| unsigned fgblends |
Definition at line 287 of file internal.h.
| uint32_t hcfg |
Definition at line 269 of file internal.h.
| unsigned hcfgblends |
Definition at line 292 of file internal.h.
| unsigned highcontrast |
Definition at line 286 of file internal.h.
| const ncplane* p |
Definition at line 267 of file internal.h.
| unsigned p_beats_sprixel |
Definition at line 294 of file internal.h.
| struct { ... } s |
Definition at line 268 of file internal.h.
| unsigned sprixeled |
Definition at line 293 of file internal.h.