terminal: enable pass through indexed colors to TUI

This commit is contained in:
Björn Linse
2019-09-11 12:30:29 +02:00
parent eb509dc7c5
commit 08fe10010a
4 changed files with 34 additions and 14 deletions

View File

@@ -19,6 +19,8 @@ typedef enum {
HL_STANDOUT = 0x20,
HL_STRIKETHROUGH = 0x40,
HL_NOCOMBINE = 0x80,
HL_BG_INDEXED = 0x0100,
HL_FG_INDEXED = 0x0200,
} HlAttrFlags;
/// Stores a complete highlighting entry, including colors and attributes