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

9
ulib/ansiq/all.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef ANSIQ_ALL_H_
#define ANSIQ_ALL_H_
#include <ansiq/common.h>
#include <ansiq/cursor.h>
#include <ansiq/graphics.h>
#include <ansiq/screen.h>
#endif // ANSIQ_ALL_H_