Add ANSI escape sequences library to ulib
This commit is contained in:
9
ulib/ansiq/all.h
Normal file
9
ulib/ansiq/all.h
Normal 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_
|
Reference in New Issue
Block a user