summaryrefslogtreecommitdiffstatshomepage
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
commite85f62dedbf5704d3f7c3d4e228515d52bfc9e30 (patch)
treeb51e8ef494ba59284d506123f8cb80372ff2c8d9 /term.h
parente31a0f53328be6de24f22205cc536d994540610f (diff)
downloadmandoc-e85f62dedbf5704d3f7c3d4e228515d52bfc9e30.tar.gz
mandoc-e85f62dedbf5704d3f7c3d4e228515d52bfc9e30.tar.zst
mandoc-e85f62dedbf5704d3f7c3d4e228515d52bfc9e30.zip
Fixed some character-escapes.
Diffstat (limited to 'term.h')
-rw-r--r--term.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/term.h b/term.h
index 32f5f5f7..4ec3e751 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.17 2009/03/04 13:57:35 kristaps Exp $ */
+/* $Id: term.h,v 1.18 2009/03/04 14:13:05 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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
};