|
| | libtui.h |
| |
| | libtui_buffer.h |
| | A readadble and writable 2D mapped buffer in the heap. WARNING: Internal, end user shouldn't use this.
|
| |
| | libtui_draw.h |
| | The group of functions that provide a nice interface for the client to draw to screen.
|
| |
| | libtui_keyboard.h |
| | The group of functions that provide a nice interface for the client to work with keyboard inputs. Handles all the platform dependent dirty stuff and makes it easy for user to work with.
|
| |
| | libtui_renderer.h |
| | The magical part that handles the libtui_buffer and screen.
|
| |
| | libtui_term_control.h |
| | The group of functions that provide a nice interface for the client to work with terminal settings. Handles all the platform dependent dirty stuff and makes it easy for user to work with.
|
| |