libtui
|
Struct that holds data used by therendering module. More...
#include <libtui_renderer.h>
Data Fields | |
struct libtui_buffer * | buf |
Owned and will be freed together with struct libtui_renderer at libtui_renderer_free. | |
size_t | rows |
The amount of chars in the X axis on screen doesn't include ' ' and such control chars. | |
size_t | columns |
The amount of chars in the Y axis on screen doesn't include ' ' and such control chars. | |
Struct that holds data used by therendering module.
Create this struct with libtui_renderer_create. Don't try creating it manually. Client must free an instance using libtui_renderer_free.