summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
blob: eaa3dce1bd6e03bb6bc2824393f61d6dcff1dc0e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _VT100_UNICODE_EXTRA_H
#define _VT100_UNICODE_EXTRA_H

#include <glib.h>

int vt100_is_wide_char(gunichar codepoint);

#endif