mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
ui: Merge standout and reverse into one attribute
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user