libtui
|
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. More...
Go to the source code of this file.
Functions | |
void | libtui_hide_cursor (void) |
Hides the cursor of the terminal. | |
void | libtui_show_cursor (void) |
Shows the cursor of the terminal. | |
void | libtui_true_clear (void) |
Truly clears the console independent from all the buffer stuff. Uses: system("clear");. | |
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.