mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
builtin_wcwidth: make static
This commit is contained in:
parent
132d5b327c
commit
ee91cb6245
@ -141,7 +141,7 @@ static int vty_bisearch(HsChar ucs, const struct interval *table, int max) {
|
||||
* in ISO 10646.
|
||||
*/
|
||||
|
||||
HsInt builtin_wcwidth(HsChar ucs)
|
||||
static HsInt builtin_wcwidth(HsChar ucs)
|
||||
{
|
||||
/* sorted list of non-overlapping intervals of non-spacing characters */
|
||||
/* generated by "uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c" */
|
||||
|
Loading…
Reference in New Issue
Block a user