summaryrefslogtreecommitdiffstats
path: root/sys/teken/teken.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/teken/teken.h')
-rw-r--r--sys/teken/teken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/teken/teken.h b/sys/teken/teken.h
index dd19e76..e1a2cad 100644
--- a/sys/teken/teken.h
+++ b/sys/teken/teken.h
@@ -54,6 +54,7 @@ typedef unsigned char teken_format_t;
#define TF_BOLD 0x01
#define TF_UNDERLINE 0x02
#define TF_BLINK 0x04
+#define TF_REVERSE 0x08
typedef unsigned char teken_color_t;
#define TC_BLACK 0
#define TC_RED 1
OpenPOWER on IntegriCloud