Home
last modified time | relevance | path

Searched refs:cjk_lineend_width (Results 1 – 5 of 5) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Dtermprop.h38 extern int cjk_lineend_width; /* width of CJK line end indicator */
H A Dtermprop.c32 int cjk_lineend_width; /* width of CJK line end indicator */ variable
H A Dprompt.c65 if (cjk_lineend_width == 2) { in print_mark()
890 if (* ptr == '\n' && (cjk_lineend_width == 1 || ! cjk_term)) {
H A Doutput.c2684 if (cjk_lineend_width == 2) {
H A Dmined1.c4250 cjk_lineend_width = 1 + (cjkwidth & 1); in terminal_configure_init()
4269 if (cjk_lineend_width == 1) { in terminal_configure_init()