Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
color: support strike-through attribute
[gitweb.git]
/
color.c
diff --git
a/color.c
b/color.c
index b6933a16fe43a6110d04cceb358409a910c5e193..a5b65812150382be09c41b1e30981b551b9b356a 100644
(file)
--- a/
color.c
+++ b/
color.c
@@
-136,7
+136,8
@@
static int parse_attr(const char *name, size_t len)
ATTR("italic", 3, 23),
ATTR("ul", 4, 24),
ATTR("blink", 5, 25),
- ATTR("reverse", 7, 27)
+ ATTR("reverse", 7, 27),
+ ATTR("strike", 9, 29)
#undef ATTR
};
int negate = 0;