libtui
Loading...
Searching...
No Matches
libtui_renderer Struct Reference

Struct that holds data used by therendering module. More...

#include <libtui_renderer.h>

Data Fields

struct libtui_bufferbuf
 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.
 

Detailed Description

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.

Examples
simple.c.

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