diff options
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,9 +20,7 @@ __BEGIN_DECLS enum termenc { - TERMENC_ASCII, - TERMENC_LATIN1, /* Not implemented. */ - TERMENC_UTF8 /* Not implemented. */ + TERMENC_ASCII }; struct termp { |