summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/term.h b/term.h
index 66108260..06570633 100644
--- a/term.h
+++ b/term.h
@@ -20,9 +20,7 @@
__BEGIN_DECLS
enum termenc {
- TERMENC_ASCII,
- TERMENC_LATIN1, /* Not implemented. */
- TERMENC_UTF8 /* Not implemented. */
+ TERMENC_ASCII
};
struct termp {