Fix spaces tgraphics.h
This commit is contained in:
@@ -100,14 +100,14 @@
|
||||
// color only)
|
||||
|
||||
/* Text styles */
|
||||
#define ANSIQ_TXT_BLD";1" // bold
|
||||
#define ANSIQ_TXT_DIM";2" // dim/faint
|
||||
#define ANSIQ_TXT_ITL";3" // italic
|
||||
#define ANSIQ_TXT_UNL";4" // underline
|
||||
#define ANSIQ_TXT_BLK";5" // blinking mode (idk what it does)
|
||||
#define ANSIQ_TXT_REV";7" // reversed
|
||||
#define ANSIQ_TXT_HID";8" // hidden/invisible
|
||||
#define ANSIQ_TXT_STK";9" // strikethrough
|
||||
#define ANSIQ_TXT_BLD ";1" // bold
|
||||
#define ANSIQ_TXT_DIM ";2" // dim/faint
|
||||
#define ANSIQ_TXT_ITL ";3" // italic
|
||||
#define ANSIQ_TXT_UNL ";4" // underline
|
||||
#define ANSIQ_TXT_BLK ";5" // blinking mode (idk what it does)
|
||||
#define ANSIQ_TXT_REV ";7" // reversed
|
||||
#define ANSIQ_TXT_HID ";8" // hidden/invisible
|
||||
#define ANSIQ_TXT_STK ";9" // strikethrough
|
||||
|
||||
#define ANSIQ_SETTXT_BLD ANSIQ_ESC"["ANSIQ_TXT_BLD"m"
|
||||
#define ANSIQ_SETTXT_DIM ANSIQ_ESC"["ANSIQ_TXT_DIM"m"
|
||||
|
||||
Reference in New Issue
Block a user