tty and curses: support italic as text attribute

This commit is contained in:
Patric Mueller
2022-09-04 22:33:25 +02:00
parent 601dba5279
commit 8bf5654eed
5 changed files with 19 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ typedef struct gi {
#define ATR_NONE 0
#define ATR_BOLD 1
#define ATR_DIM 2
#define ATR_ITALIC 3
#define ATR_ULINE 4
#define ATR_BLINK 5
#define ATR_INVERSE 7