Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
ncpile Struct Reference

#include <internal.h>

Collaboration diagram for ncpile:

Data Fields

ncplanetop
 
ncplanebottom
 
ncplaneroots
 
struct crendercrender
 
struct notcursesnc
 
struct ncpileprev
 
struct ncpilenext
 
size_t crenderlen
 
unsigned dimy
 
unsigned dimx
 
unsigned cellpxx
 
unsigned cellpxy
 
int scrolls
 
sprixelsprixelcache
 

Detailed Description

Definition at line 317 of file internal.h.

Field Documentation

◆ bottom

ncplane* bottom

Definition at line 319 of file internal.h.

◆ cellpxx

unsigned cellpxx

Definition at line 326 of file internal.h.

◆ cellpxy

unsigned cellpxy

Definition at line 326 of file internal.h.

◆ crender

struct crender* crender

Definition at line 321 of file internal.h.

◆ crenderlen

size_t crenderlen

Definition at line 324 of file internal.h.

◆ dimx

unsigned dimx

Definition at line 325 of file internal.h.

◆ dimy

unsigned dimy

Definition at line 325 of file internal.h.

◆ nc

struct notcurses* nc

Definition at line 322 of file internal.h.

◆ next

struct ncpile * next

Definition at line 323 of file internal.h.

◆ prev

struct ncpile* prev

Definition at line 323 of file internal.h.

◆ roots

ncplane* roots

Definition at line 320 of file internal.h.

◆ scrolls

int scrolls

Definition at line 327 of file internal.h.

◆ sprixelcache

sprixel* sprixelcache

Definition at line 328 of file internal.h.

◆ top

ncplane* top

Definition at line 318 of file internal.h.


The documentation for this struct was generated from the following file: