aboutsummaryrefslogtreecommitdiff
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 0a3928a9ffd1..994298b0dbc6 100644
--- a/sys/teken/teken.h
+++ b/sys/teken/teken.h
@@ -48,6 +48,7 @@ typedef unsigned char teken_format_t;
#define TF_BLINK 0x04 /* Blinking character. */
#define TF_REVERSE 0x08 /* Reverse rendered character. */
#define TF_CJK_RIGHT 0x10 /* Right-hand side of CJK character. */
+#define TF_IMAGE 0x20 /* This character space has image. */
typedef unsigned char teken_color_t;
#define TC_BLACK 0
#define TC_RED 1