Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dutil.c368 int tlen = MIN(width - 2, strlen(title)); in print_title() local
370 mvwaddch(dialog, 0, (width - tlen) / 2 - 1, ' '); in print_title()
371 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()

Completed in 3 milliseconds