Add ANSI escape sequences library to ulib
This commit is contained in:
6
ulib/ansiq/common.h
Normal file
6
ulib/ansiq/common.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ANSIQ_COMMON_H
|
||||
#define ANSIQ_COMMON_H
|
||||
|
||||
#define ANSIQ_ESC "\x1b"
|
||||
|
||||
#endif /* ANSIQ_COMMON_H */
|
Reference in New Issue
Block a user