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

Data Fields | |
| ncplane * | ncp |
| uint64_t | tchannels |
| uint32_t | tattrs |
| ncplane * | textarea |
| int | xproject |
| bool | horscroll |
| bool | no_cmd_keys |
| bool | manage_cursor |
Definition at line 213 of file internal.h.
| bool horscroll |
Definition at line 219 of file internal.h.
| bool manage_cursor |
Definition at line 221 of file internal.h.
| ncplane* ncp |
Definition at line 214 of file internal.h.
| bool no_cmd_keys |
Definition at line 220 of file internal.h.
| uint32_t tattrs |
Definition at line 216 of file internal.h.
| uint64_t tchannels |
Definition at line 215 of file internal.h.
| ncplane* textarea |
Definition at line 217 of file internal.h.
| int xproject |
Definition at line 218 of file internal.h.