diff options
Diffstat (limited to 'lib/aec/aec.h')
| -rw-r--r-- | lib/aec/aec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/aec/aec.h b/lib/aec/aec.h index 70c2706..b273e4a 100644 --- a/lib/aec/aec.h +++ b/lib/aec/aec.h @@ -38,4 +38,9 @@ void sgr(const char *attrs); void foreground(const char *code); void background(const char *code); +void clear_screen(); +void clear_line(); +void move_cursor(int x, int y); +void cursor_enabled(int is_enabled); + #endif |