aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102_charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102_charset.h')
-rw-r--r--src/vt102_charset.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/vt102_charset.h b/src/vt102_charset.h
new file mode 100644
index 0000000..a1130fa
--- /dev/null
+++ b/src/vt102_charset.h
@@ -0,0 +1,30 @@
+/*
+ * vt102_charset.h:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/27 01:32:41 james
+ * *** empty log message ***
+ *
+ */
+
+#ifndef __VT102_CHARSET_H__
+#define __VT102_CHARSET_H__
+
+#define VT102_CHARSET_SIZE 128
+
+#define VT102_CSID_US 0
+#define VT102_CSID_UK 1
+#define VT102_CSID_GL 2
+#define VT102_CSID_VT52 3
+
+#endif /* __VT102_CHARSET_H__ */