summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
commit9c2a7522054b15ccd95c0c45e2a566376a037b72 (patch)
tree328275b370344a2c13d5e6f74f48f4fddd93ff2e /src/unicode-extra.h
parentb09da58557d35552cb1ddefa206012fafcbaa95f (diff)
downloadlibvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.tar.gz
libvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.zip
recognize most emoji as wide
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