Searched refs:justify_text (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/dialog/ |
| H A D | util.c | 1038 justify_text(WINDOW *win, in justify_text() function 1110 justify_text(win, prompt, in dlg_print_autowrap() 1288 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1298 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1309 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1387 justify_text((WINDOW *) 0, prompt, high, wide, height, width); in real_auto_size() 1393 justify_text((WINDOW *) 0, prompt, high, wide, height, width); in real_auto_size() 1398 justify_text((WINDOW *) 0, prompt, high, title_length, height, width); in real_auto_size()
|
| H A D | CHANGES | 2078 + add a null-pointer check in justify_text(), needed by fselect.c 2110 - rewrote justify_text() which now calls a new function in util.c, 2116 the new justify_text(). 2147 - restore logic in justify_text() which checks for win==0, needed to 2149 The first call on justify_text() passes a null pointer as a flag 2173 + small fix to revised real_auto_size() and justify_text() to avoid 2203 justify_text(), which now does text flow even when the string
|