Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dtabbed.c19 int sepcols; // separator with in columns member
81 takencols += t->namecols + nt->sepcols; in nctabbed_ensure_selected_header_visible()
84 takencols -= nt->leftmost->namecols + nt->sepcols; in nctabbed_ensure_selected_header_visible()
166 nt->sepcols = 0; in nctabbed_create()
178 if((nt->sepcols = ncstrwidth(nt->opts.separator, NULL, NULL)) < 0){ in nctabbed_create()
410 return nt->sepcols; in nctabbed_separator_width()
492 nt->sepcols = newsepcols; in nctabbed_set_separator()