summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode-extra.h')
-rw-r--r--src/unicode-extra.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unicode-extra.h b/src/unicode-extra.h
new file mode 100644
index 0000000..eaa3dce
--- /dev/null
+++ b/src/unicode-extra.h
@@ -0,0 +1,8 @@
+#ifndef _VT100_UNICODE_EXTRA_H
+#define _VT100_UNICODE_EXTRA_H
+
+#include <glib.h>
+
+int vt100_is_wide_char(gunichar codepoint);
+
+#endif