Home | Sort by: relevance | last modified time | path |
/src/lib/libcurses/ | |
addbytes.c | 209 int newx, i, wcols; local in function:_cursesi_addbyte 285 wcols = wcwidth(c); 286 if (wcols < 0) 287 wcols = 1; 312 (*lp)->line[*x].wcols = win->wcols; 317 (*lp)->line[*x].wcols = wcols; 418 cw = (*lp).wcols; 455 cw = (*lp).wcols; [all...] |
curses_private.h | 78 int16_t wcols; /* display width of a wide char */ member in struct:__ldata 132 uint32_t wcols; /* Background column width */ member in struct:__window 340 (_sp)->wcols < 0) |