diff options
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r-- | src/nvim/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h index 7c4a233d79..0fcd686e7b 100644 --- a/src/nvim/ui.h +++ b/src/nvim/ui.h @@ -6,7 +6,7 @@ #include <stdint.h> typedef struct { - bool bold, standout, underline, undercurl, italic, reverse; + bool bold, underline, undercurl, italic, reverse; int foreground, background; } HlAttrs; |