Add ANSI escape sequences library to ulib

This commit is contained in:
2025-09-06 14:55:09 +02:00
parent 97bfa178d1
commit b04ebd9c71
9 changed files with 842 additions and 3 deletions

6
ulib/ansiq/common.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef ANSIQ_COMMON_H
#define ANSIQ_COMMON_H
#define ANSIQ_ESC "\x1b"
#endif /* ANSIQ_COMMON_H */