ui: Merge standout and reverse into one attribute

This commit is contained in:
Thiago de Arruda
2014-12-30 08:24:22 -03:00
parent 3e83e44792
commit 46b4764f7a
3 changed files with 3 additions and 8 deletions

View File

@@ -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;