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

Data Fields | |
| ncfdplane_callback | cb |
| ncfdplane_done_cb | donecb |
| void * | curry |
| int | fd |
| bool | follow |
| ncplane * | ncp |
| pthread_t | tid |
| bool | destroyed |
Definition at line 193 of file internal.h.
Definition at line 194 of file internal.h.
| void* curry |
Definition at line 196 of file internal.h.
| bool destroyed |
Definition at line 201 of file internal.h.
| ncfdplane_done_cb donecb |
Definition at line 195 of file internal.h.
| int fd |
Definition at line 197 of file internal.h.
| bool follow |
Definition at line 198 of file internal.h.
| ncplane* ncp |
Definition at line 199 of file internal.h.
| pthread_t tid |
Definition at line 200 of file internal.h.