Searched refs:justify_text (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/dialog/ |
| D | util.c | 935 justify_text(WINDOW *win, in justify_text() function 1005 justify_text(win, prompt, in dlg_print_autowrap() 1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1191 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1202 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1275 justify_text((WINDOW *) 0, prompt, high, wide, height, width); in real_auto_size() 1281 justify_text((WINDOW *) 0, prompt, high, wide, height, width); in real_auto_size() 1286 justify_text((WINDOW *) 0, prompt, high, title_length, height, width); in real_auto_size()
|
| D | CHANGES | 1546 + add a null-pointer check in justify_text(), needed by fselect.c 1578 - rewrote justify_text() which now calls a new function in util.c, 1584 the new justify_text(). 1615 - restore logic in justify_text() which checks for win==0, needed to 1617 The first call on justify_text() passes a null pointer as a flag 1641 + small fix to revised real_auto_size() and justify_text() to avoid 1671 justify_text(), which now does text flow even when the string
|