summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:13:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:13:05 +0000
commit915fb21ef547b551114dab3787540221a2172ae9 (patch)
treeda47863cba43e8533e4a41121579640771034d87 /term.h
parente699e11f23b72c34a747908ff21ad93bac7905f4 (diff)
downloadmandoc-915fb21ef547b551114dab3787540221a2172ae9.tar.gz
Fixed some character-escapes.
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/term.h b/term.h
index 10623b92..ce05f63e 100644
--- a/term.h
+++ b/term.h
@@ -62,7 +62,9 @@ enum tsym {
TERMSYM_HYPHEN = 33,
TERMSYM_SPACE = 34,
TERMSYM_PERIOD = 35,
- TERMSYM_BREAK = 36
+ TERMSYM_BREAK = 36,
+ TERMSYM_LANGLE = 37,
+ TERMSYM_RANGLE = 38
};