summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
commitd31b9aced380c9834f45869247dfbd42922d533b (patch)
treeb3ac29e0c9eca2bbee2a86d14cd464316067c774 /term.h
parent0516216740b04a6adb890cc3d4639da26aee1f83 (diff)
downloadmandoc-d31b9aced380c9834f45869247dfbd42922d533b.tar.gz
*** empty log message ***
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/term.h b/term.h
index 53bd4231..47fde4ac 100644
--- a/term.h
+++ b/term.h
@@ -30,8 +30,8 @@ __BEGIN_DECLS
enum termenc {
TERMENC_ASCII,
- TERMENC_LATIN1,
- TERMENC_UTF8
+ TERMENC_LATIN1, /* Not implemented. */
+ TERMENC_UTF8 /* Not implemented. */
};
struct termp {