aboutsummaryrefslogtreecommitdiff
path: root/src/wcwidtha.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wcwidtha.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wcwidtha.h b/src/wcwidtha.h
new file mode 100644
index 0000000..9931b01
--- /dev/null
+++ b/src/wcwidtha.h
@@ -0,0 +1,12 @@
1// wcwidtha.h
2
3#ifndef MK_WCWIDTHA_H
4#define MK_WCWIDTHA_H
5
6
7#include "wcwidth.h"
8
9// Is a character in the list of ambiguous width characters (for east asian display)
10int mk_wcwidth_a(mk_wchar_t ucs);
11
12#endif // MK_WCWIDTHA_H