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

@@ -249,10 +249,6 @@ static void remote_ui_highlight_set(UI *ui, HlAttrs attrs)
PUT(hl, "bold", BOOLEAN_OBJ(true));
}
if (attrs.standout) {
PUT(hl, "standout", BOOLEAN_OBJ(true));
}
if (attrs.underline) {
PUT(hl, "underline", BOOLEAN_OBJ(true));
}