str_fit_to_term 406 lib/strutil.h const char *str_fit_to_term (const char *text, int width, align_crt_t just_mode); str_fit_to_term 201 lib/widget/buttonbar.c tty_print_string (str_fit_to_term (text, width - 2, J_LEFT_FIT)); str_fit_to_term 108 lib/widget/label.c tty_print_string (str_fit_to_term (p, w->rect.cols, align)); str_fit_to_term 186 lib/widget/listbox.c tty_print_string (str_fit_to_term (text, w->cols - 2, J_LEFT_FIT)); str_fit_to_term 2567 src/diffviewer/ydiff.c tty_print_string (str_fit_to_term (buf, nwidth, J_LEFT_FIT)); str_fit_to_term 2718 src/diffviewer/ydiff.c tty_print_string (str_fit_to_term (buf, xwidth - 1, J_LEFT_FIT)); str_fit_to_term 2722 src/diffviewer/ydiff.c tty_print_string (str_fit_to_term (buf, width, J_LEFT_FIT)); str_fit_to_term 1027 src/filemanager/achown.c str_fit_to_term (fname->str, WIDGET (ch_dlg)->rect.cols - 20, J_LEFT_FIT), str_fit_to_term 265 src/filemanager/boxes.c button_set_text (button, str_fit_to_term (skin_label, 20, J_LEFT_FIT)); str_fit_to_term 643 src/filemanager/boxes.c QUICK_BUTTON (str_fit_to_term (skin_name_to_label (current_skin_name), 20, J_LEFT_FIT), str_fit_to_term 540 src/filemanager/filemanager.c tty_print_string (str_fit_to_term (event_data->msg, COLS - 1, J_LEFT)); str_fit_to_term 906 src/filemanager/panel.c prepared_text = str_fit_to_term (txt + name_offset, len, HIDE_FIT (fi->just_mode)); str_fit_to_term 908 src/filemanager/panel.c prepared_text = str_fit_to_term (txt, len, fi->just_mode); str_fit_to_term 1051 src/filemanager/panel.c tty_print_string (str_fit_to_term str_fit_to_term 1077 src/filemanager/panel.c tty_print_string (str_fit_to_term (link_target, w->rect.cols - 5, J_LEFT_FIT)); str_fit_to_term 1080 src/filemanager/panel.c tty_print_string (str_fit_to_term (_("<readlink failed>"), w->rect.cols - 2, J_LEFT)); str_fit_to_term 1088 src/filemanager/panel.c tty_print_string (str_fit_to_term (_("UP--DIR"), w->rect.cols - 2, J_LEFT)); str_fit_to_term 1661 src/filemanager/panel.c tty_print_string (str_fit_to_term (format_txt->str, fi->field_len, J_CENTER_LEFT)); str_fit_to_term 244 src/filemanager/tree.c tty_print_string (str_fit_to_term (tree->search_buffer->str, tree_cols - 2, J_LEFT_FIT)); str_fit_to_term 257 src/filemanager/tree.c tty_print_string (str_fit_to_term str_fit_to_term 365 src/filemanager/tree.c tty_print_string (str_fit_to_term str_fit_to_term 396 src/filemanager/tree.c tty_print_string (str_fit_to_term str_fit_to_term 190 src/viewer/display.c tty_print_string (str_fit_to_term (file_label, r->cols - 34, J_LEFT_FIT)); str_fit_to_term 192 src/viewer/display.c tty_print_string (str_fit_to_term (file_label, r->cols - 5, J_LEFT_FIT));