libtui
Loading...
Searching...
No Matches
libtui_term_control.h
Go to the documentation of this file.
1#ifndef LIBTUI_TERM_CONTROL_H
2#define LIBTUI_TERM_CONTROL_H
3
17void libtui_hide_cursor(void);
18
22void libtui_show_cursor(void);
23
31void libtui_true_clear(void);
32
38
39#endif
void libtui_true_clear(void)
Truly clears the console independent from all the buffer stuff. Uses: system("clear");.
Definition libtui_term_control.c:18
void libtui_show_cursor(void)
Shows the cursor of the terminal.
Definition libtui_term_control.c:12
void libtui_hide_cursor(void)
Hides the cursor of the terminal.
Definition libtui_term_control.c:6