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

#include <stdint.h>

int vt100_char_width(uint32_t codepoint);

#endif