Home
last modified time | relevance | path

Searched refs:fn_wcwidth (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dterminal.c232 width = term->fn_wcwidth(code); in addch()
385 term->fn_wcwidth = mk_wcwidth_cjk; in term_init()
387 term->fn_wcwidth = mk_wcwidth; in term_init()
H A Dyaft.h186 wcwidth_func_t fn_wcwidth; /* wcwidth strategy */ member