summaryrefslogtreecommitdiffstatshomepage
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
commitef64725c09db0346dd0d5a32ae063e383d216b33 (patch)
tree59b22eafa2935cea48a1d8e0c12c41c51e6e944f /term.h
parent5fa47110bac19f7e6acb9a32e76e800657e98799 (diff)
downloadmandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.gz
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.zst
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.zip
*** empty log message ***
Diffstat (limited to 'term.h')
-rw-r--r--term.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/term.h b/term.h
index cd065bdf..23d1b53e 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.32 2009/03/23 15:20:51 kristaps Exp $ */
+/* $Id: term.h,v 1.33 2009/03/25 21:46:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -30,8 +30,8 @@ __BEGIN_DECLS
enum termenc {
TERMENC_ASCII,
- TERMENC_LATIN1,
- TERMENC_UTF8
+ TERMENC_LATIN1, /* Not implemented. */
+ TERMENC_UTF8 /* Not implemented. */
};
struct termp {