mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
terminal: enable pass through indexed colors to TUI
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user