diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-08 17:12:23 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-08 17:12:23 +0100 |
| commit | b97ec93748902c90f25524116d3d189f1b263474 (patch) | |
| tree | c1ef2d49937c0e5df28fefe4e88222783adaf3cf /lib/aec/aec.h | |
| parent | 262322f9742ee925fe135038a9bbb631acd56b36 (diff) | |
make ls cooler
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 |