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

#include <internal.h>

Collaboration diagram for notcurses:

Data Fields

ncplanestdplane
 
rasterstate rstate
 
nccelllastframe
 
ncpilelast_pile
 
egcpool pool
 
unsigned lfdimx
 
unsigned lfdimy
 
int cursory
 
int cursorx
 
ncsharedstats stats
 
ncstats stashed_stats
 
FILE * ttyfp
 
tinfo tcache
 
pthread_mutex_t pilelock
 
int margin_t
 
int margin_b
 
int margin_r
 
int margin_l
 
int loglevel
 
ncpalette palette
 
bool palette_damage [NCPALETTESIZE]
 
bool touched_palette
 
uint64_t flags
 

Detailed Description

Definition at line 332 of file internal.h.

Field Documentation

◆ cursorx

int cursorx

Definition at line 354 of file internal.h.

◆ cursory

int cursory

Definition at line 353 of file internal.h.

◆ flags

uint64_t flags

Definition at line 369 of file internal.h.

◆ last_pile

ncpile* last_pile

Definition at line 347 of file internal.h.

◆ lastframe

nccell* lastframe

Definition at line 341 of file internal.h.

◆ lfdimx

unsigned lfdimx

Definition at line 350 of file internal.h.

◆ lfdimy

unsigned lfdimy

Definition at line 351 of file internal.h.

◆ loglevel

int loglevel

Definition at line 365 of file internal.h.

◆ margin_b

int margin_b

Definition at line 364 of file internal.h.

◆ margin_l

int margin_l

Definition at line 364 of file internal.h.

◆ margin_r

int margin_r

Definition at line 364 of file internal.h.

◆ margin_t

int margin_t

Definition at line 364 of file internal.h.

◆ palette

ncpalette palette

Definition at line 366 of file internal.h.

◆ palette_damage

bool palette_damage[NCPALETTESIZE]

Definition at line 367 of file internal.h.

◆ pilelock

pthread_mutex_t pilelock

Definition at line 361 of file internal.h.

◆ pool

egcpool pool

Definition at line 348 of file internal.h.

◆ rstate

rasterstate rstate

Definition at line 336 of file internal.h.

◆ stashed_stats

ncstats stashed_stats

Definition at line 357 of file internal.h.

◆ stats

Definition at line 356 of file internal.h.

◆ stdplane

ncplane* stdplane

Definition at line 333 of file internal.h.

◆ tcache

tinfo tcache

Definition at line 360 of file internal.h.

◆ touched_palette

bool touched_palette

Definition at line 368 of file internal.h.

◆ ttyfp

FILE* ttyfp

Definition at line 359 of file internal.h.


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