Searched refs:tlen (Results 1 – 1 of 1) sorted by relevance
368 int tlen = MIN(width - 2, strlen(title)); in print_title() local370 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