summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-14 05:36:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-14 05:36:07 +0000
commitc7786fc13e7b2236e756f79950f7ababcac56545 (patch)
tree153a7e0702d4a312ebad3441c7599b515b1dab07 /term.h
parent87db307812249df3244dcee240f1c1684d76014e (diff)
downloadmandoc-c7786fc13e7b2236e756f79950f7ababcac56545.tar.gz
Bumped version.
Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL).
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 05b57a7d..15cb73f3 100644
--- a/term.h
+++ b/term.h
@@ -66,7 +66,8 @@ enum tsym {
TERMSYM_LANGLE = 37,
TERMSYM_RANGLE = 38,
TERMSYM_LBRACE = 39,
- TERMSYM_RBRACE = 40
+ TERMSYM_RBRACE = 40,
+ TERMSYM_MAX = 41
};