cols 45 lib/tty/tty-internal.h void tty_colorize_area (int y, int x, int rows, int cols, int color); cols 131 lib/tty/tty-ncurses.c tty_clip (int *y, int *x, int *rows, int *cols) cols 145 lib/tty/tty-ncurses.c *cols += *x; cols 147 lib/tty/tty-ncurses.c if (*cols <= 0) cols 159 lib/tty/tty-ncurses.c if (*x + *cols > COLS) cols 160 lib/tty/tty-ncurses.c *cols = COLS - *x; cols 162 lib/tty/tty-ncurses.c if (*cols <= 0) cols 539 lib/tty/tty-ncurses.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch) cols 543 lib/tty/tty-ncurses.c if (!tty_clip (&y, &x, &rows, &cols)) cols 549 lib/tty/tty-ncurses.c hline (ch, cols); cols 561 lib/tty/tty-ncurses.c tty_colorize_area (int y, int x, int rows, int cols, int color) cols 568 lib/tty/tty-ncurses.c if (!use_colors || !tty_clip (&y, &x, &rows, &cols)) cols 572 lib/tty/tty-ncurses.c ctext = g_malloc (sizeof (cchar_t) * (cols + 1)); cols 576 lib/tty/tty-ncurses.c mvin_wchnstr (y + row, x, ctext, cols); cols 578 lib/tty/tty-ncurses.c for (int col = 0; col < cols; col++) cols 584 lib/tty/tty-ncurses.c mvadd_wchnstr (y + row, x, ctext, cols); cols 618 lib/tty/tty-slang.c tty_fill_region (int y, int x, int rows, int cols, unsigned char ch) cols 620 lib/tty/tty-slang.c SLsmg_fill_region (y, x, rows, cols, ch); cols 626 lib/tty/tty-slang.c tty_colorize_area (int y, int x, int rows, int cols, int color) cols 629 lib/tty/tty-slang.c SLsmg_set_color_in_region (color, y, x, rows, cols); cols 269 lib/tty/tty.c tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color) cols 272 lib/tty/tty.c tty_colorize_area (y + 1, x + cols, rows - 1, 2, shadow_color); cols 274 lib/tty/tty.c tty_colorize_area (y + rows, x + 2, 1, cols, shadow_color); cols 128 lib/tty/tty.h extern void tty_draw_box (int y, int x, int rows, int cols, gboolean single); cols 129 lib/tty/tty.h extern void tty_draw_box_shadow (int y, int x, int rows, int cols, int shadow_color); cols 130 lib/tty/tty.h extern void tty_fill_region (int y, int x, int rows, int cols, unsigned char ch); cols 104 lib/tty/win.c int bytes, i, j, cols = 0; cols 127 lib/tty/win.c for (cols = 1;; cols++) cols 138 lib/tty/win.c if ((i % cols) == 0) cols 139 lib/tty/win.c tty_gotoyx (starty + (i / cols), 0); cols 68 lib/widget/background.c w->cols = wo->cols; cols 81 lib/widget/background.c tty_fill_region (w->y, w->x, w->lines, w->cols, b->pattern); cols 111 lib/widget/background.c background_new (int y, int x, int lines, int cols, int color, unsigned char pattern, cols 119 lib/widget/background.c widget_init (w, y, x, lines, cols, callback != NULL ? callback : background_callback, NULL); cols 30 lib/widget/background.h WBackground *background_new (int y, int x, int lines, int cols, int color, unsigned char pattern, cols 253 lib/widget/button.c w->cols = button_get_len (b); cols 181 lib/widget/buttonbar.c tty_printf ("%-*s", w->cols, ""); cols 169 lib/widget/check.c w->cols = 3; /* "[ ]" */ cols 171 lib/widget/check.c w->cols = 4 + hotkey_width (check->text); /* "[ ] text" */ cols 221 lib/widget/dialog-switch.c int lines, cols; cols 230 lib/widget/dialog-switch.c cols = COLS * 2 / 3; cols 232 lib/widget/dialog-switch.c listbox = create_listbox_window (lines, cols, _("Screens"), "[Screen selector]"); cols 240 lib/widget/dialog-switch.c title = dlg->get_title (dlg, WIDGET (listbox->list)->cols - 2); cols 355 lib/widget/dialog.c if (event->y < 0 || event->y >= w->lines || event->x < 0 || event->x >= w->cols) cols 372 lib/widget/dialog.c dlg_create (gboolean modal, int y1, int x1, int lines, int cols, widget_pos_flags_t pos_flags, cols 383 lib/widget/dialog.c widget_adjust_position (pos_flags, &y1, &x1, &lines, &cols); cols 384 lib/widget/dialog.c group_init (g, y1, x1, lines, cols, callback != NULL ? callback : dlg_default_callback, cols 409 lib/widget/dialog.c new_d->bg = WIDGET (frame_new (0, 0, w->lines, w->cols, title, FALSE, new_d->compact)); cols 100 lib/widget/dialog.h WDialog *dlg_create (gboolean modal, int y1, int x1, int lines, int cols, cols 63 lib/widget/frame.c w->cols = wo->cols; cols 80 lib/widget/frame.c tty_draw_box_shadow (w->y, w->x, w->lines, w->cols, SHADOW_COLOR); cols 83 lib/widget/frame.c tty_fill_region (w->y, w->x, w->lines, w->cols, ' '); cols 84 lib/widget/frame.c tty_draw_box (w->y + d, w->x + d, w->lines - 2 * d, w->cols - 2 * d, f->single); cols 90 lib/widget/frame.c widget_gotoyx (w, d, (w->cols - str_term_width1 (f->title)) / 2); cols 100 lib/widget/frame.c frame_new (int y, int x, int lines, int cols, const char *title, gboolean single, gboolean compact) cols 107 lib/widget/frame.c widget_init (w, y, x, lines, cols, frame_callback, NULL); cols 36 lib/widget/frame.h WFrame *frame_new (int y, int x, int lines, int cols, const char *title, gboolean single, cols 71 lib/widget/gauge.c tty_printf ("%*s", w->cols, ""); cols 93 lib/widget/gauge.c gauge_len = w->cols - 7; /* 7 positions for percentage */ cols 127 lib/widget/gauge.c gauge_new (int y, int x, int cols, gboolean shown, int max, int current) cols 134 lib/widget/gauge.c widget_init (w, y, x, 1, cols, gauge_callback, NULL); cols 30 lib/widget/gauge.h WGauge *gauge_new (int y, int x, int cols, gboolean shown, int max, int current); cols 317 lib/widget/group.c WRect r = { c->y, c->x, c->lines, c->cols }; cols 320 lib/widget/group.c r.x = g->x + (g->cols - c->cols) / 2; cols 324 lib/widget/group.c r.cols += wss->scale_x; cols 354 lib/widget/group.c WRect or = { w->y, w->x, w->lines, w->cols }; cols 359 lib/widget/group.c w->cols = r->cols; cols 370 lib/widget/group.c wss.scale_x = w->cols - or.cols; cols 393 lib/widget/group.c rect_init (&r0, w->y, w->x, w->lines, w->cols); cols 397 lib/widget/group.c widget_adjust_position (w->pos_flags, &r0.y, &r0.x, &r0.lines, &r0.cols); cols 530 lib/widget/group.c group_init (WGroup * g, int y1, int x1, int lines, int cols, widget_cb_fn callback, cols 535 lib/widget/group.c widget_init (w, y1, x1, lines, cols, callback != NULL ? callback : group_default_callback, cols 700 lib/widget/group.c ww->x = (wg->cols - ww->cols) / 2; cols 41 lib/widget/group.h void group_init (WGroup * g, int y1, int x1, int lines, int cols, widget_cb_fn callback, cols 71 lib/widget/groupbox.c tty_draw_box (w->y, w->x, w->lines, w->cols, TRUE); cols 70 lib/widget/hline.c w->cols = wo->cols; cols 75 lib/widget/hline.c w->cols = wo->cols - 2; cols 109 lib/widget/hline.c tty_draw_hline (w->y, w->x + 1, ACS_HLINE, w->cols - 2); cols 115 lib/widget/hline.c widget_gotoyx (w, 0, w->cols - 1); cols 124 lib/widget/hline.c widget_gotoyx (w, 0, (w->cols - text_width) / 2); cols 73 lib/widget/input.c (in->history.list != NULL && WIDGET (in)->cols > HISTORY_BUTTON_WIDTH * 2 + 1 \ cols 113 lib/widget/input.c widget_gotoyx (in, 0, WIDGET (in)->cols - HISTORY_BUTTON_WIDTH); cols 119 lib/widget/input.c widget_gotoyx (in, 0, WIDGET (in)->cols - HISTORY_BUTTON_WIDTH + 1); cols 329 lib/widget/input.c new_length = in->current_max_size + WIDGET (in)->cols + in->charpoint; cols 945 lib/widget/input.c if (event->x >= w->cols - HISTORY_BUTTON_WIDTH && should_show_history_button (in)) cols 1185 lib/widget/input.c buffer_len = 1 + MAX ((size_t) w->cols, text_len); cols 1187 lib/widget/input.c if (buffer_len > (size_t) w->cols) cols 1265 lib/widget/input.c if ((pw < in->term_first_shown) || (pw >= in->term_first_shown + w->cols - has_history)) cols 1267 lib/widget/input.c in->term_first_shown = pw - (w->cols / 3); cols 1288 lib/widget/input.c w->cols - has_history)); cols 1296 lib/widget/input.c cp = str_term_substring (in->buffer, in->term_first_shown, w->cols - has_history); cols 1313 lib/widget/input.c MIN (m2 - m1, (w->cols - has_history) - (buf_width - in->term_first_shown)); cols 1323 lib/widget/input.c cp = str_term_substring (in->buffer, in->term_first_shown, w->cols - has_history); cols 1325 lib/widget/input.c for (i = 0; i < w->cols - has_history; i++) cols 993 lib/widget/input_complete.c narea = g_try_realloc (in->buffer, in->current_max_size + size + w->cols); cols 997 lib/widget/input_complete.c in->current_max_size += size + w->cols; cols 104 lib/widget/label.c tty_print_string (str_fit_to_term (p, w->cols, align)); cols 134 lib/widget/label.c int cols = 1; cols 138 lib/widget/label.c str_msg_term_size (text, &lines, &cols); cols 142 lib/widget/label.c widget_init (w, y, x, lines, cols, label_callback, NULL); cols 157 lib/widget/label.c int newcols = w->cols; cols 173 lib/widget/label.c if (newcols > w->cols) cols 174 lib/widget/label.c w->cols = newcols; cols 182 lib/widget/label.c if (newcols < w->cols) cols 183 lib/widget/label.c w->cols = newcols; cols 59 lib/widget/listbox-window.c create_listbox_window_centered (int center_y, int center_x, int lines, int cols, cols 76 lib/widget/listbox-window.c cols = MAX (cols, len); cols 79 lib/widget/listbox-window.c cols = MIN (cols, COLS - 6); cols 92 lib/widget/listbox-window.c xpos -= cols / 2; cols 99 lib/widget/listbox-window.c if (xpos + cols >= COLS) cols 100 lib/widget/listbox-window.c xpos = COLS - cols - space; cols 108 lib/widget/listbox-window.c dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE, listbox_colors, cols 111 lib/widget/listbox-window.c listbox->list = listbox_new (2, 2, lines, cols, FALSE, NULL); cols 120 lib/widget/listbox-window.c create_listbox_window (int lines, int cols, const char *title, const char *help) cols 122 lib/widget/listbox-window.c return create_listbox_window_centered (-1, -1, lines, cols, title, help); cols 28 lib/widget/listbox-window.h Listbox *create_listbox_window_centered (int center_y, int center_x, int lines, int cols, cols 30 lib/widget/listbox-window.h Listbox *create_listbox_window (int lines, int cols, const char *title, const char *help); cols 98 lib/widget/listbox.c widget_gotoyx (w, 0, w->cols); cols 107 lib/widget/listbox.c widget_gotoyx (w, max_line, w->cols); cols 119 lib/widget/listbox.c widget_gotoyx (w, i, w->cols); cols 181 lib/widget/listbox.c tty_print_string (str_fit_to_term (text, w->cols - 2, J_LEFT_FIT)); cols 129 lib/widget/menu.c if (x + menu->max_entry_len + 4 > (gsize) w->cols) cols 130 lib/widget/menu.c x = w->cols - menu->max_entry_len - 4; cols 187 lib/widget/menu.c if (column + menu->max_entry_len + 5 > (gsize) w->cols) cols 188 lib/widget/menu.c column = w->cols - menu->max_entry_len - 5; cols 225 lib/widget/menu.c tty_draw_hline (w->y, w->x, ' ', w->cols); cols 726 lib/widget/menu.c if (right_x > w->cols) cols 728 lib/widget/menu.c left_x = w->cols - (menu->max_entry_len + 3); cols 729 lib/widget/menu.c right_x = w->cols; cols 1008 lib/widget/menu.c gap = WIDGET (menubar)->cols - 2; cols 108 lib/widget/quick.c *width = MAX (label.widget->cols, in.widget->cols); cols 115 lib/widget/quick.c in.widget = WIDGET (quick_create_input (*y, x + label.widget->cols + 1, quick_widget)); cols 119 lib/widget/quick.c *width = label.widget->cols + in.widget->cols + 1; cols 129 lib/widget/quick.c (*y, x + in.widget->cols + 1, I18N (quick_widget->u.input.label_text))); cols 132 lib/widget/quick.c *width = label.widget->cols + in.widget->cols + 1; cols 144 lib/widget/quick.c *width = MAX (label.widget->cols, in.widget->cols); cols 189 lib/widget/quick.c quick_dlg->cols = MAX (quick_dlg->cols, len); cols 210 lib/widget/quick.c width = item.widget->cols; cols 227 lib/widget/quick.c width = item.widget->cols; cols 248 lib/widget/quick.c width = item.widget->cols; cols 262 lib/widget/quick.c width = item.widget->cols; cols 288 lib/widget/quick.c width = item.widget->cols; cols 372 lib/widget/quick.c blen += item.widget->cols + 1; cols 387 lib/widget/quick.c quick_dlg->cols = MAX (quick_dlg->cols, blen + 6); cols 404 lib/widget/quick.c quick_dlg->cols = MAX (quick_dlg->cols, len); cols 405 lib/widget/quick.c width1 = quick_dlg->cols - 6; cols 406 lib/widget/quick.c width2 = (quick_dlg->cols - 7) / 2; cols 409 lib/widget/quick.c dd = dlg_create (TRUE, 0, 0, y + 3, quick_dlg->cols, WPOS_CENTER | WPOS_TRYUP, FALSE, cols 413 lib/widget/quick.c dd = dlg_create (TRUE, quick_dlg->y, quick_dlg->x, y + 3, quick_dlg->cols, cols 421 lib/widget/quick.c x = (WIDGET (dd)->cols - blen) / 2; cols 464 lib/widget/quick.c x += item->widget->cols + 1; cols 480 lib/widget/quick.c item->widget->x = label->x + label->cols + 1 - WIDGET (label->owner)->x; cols 481 lib/widget/quick.c item->widget->cols = width - label->cols - 1; cols 489 lib/widget/quick.c item->widget->cols = width - label->cols - 1; cols 490 lib/widget/quick.c label->x = item->widget->x + item->widget->cols + 1; cols 498 lib/widget/quick.c item->widget->cols = width; cols 504 lib/widget/quick.c item->widget->cols); cols 512 lib/widget/quick.c item->widget->cols = column_width; cols 528 lib/widget/quick.c item->widget->cols = wg->cols; cols 536 lib/widget/quick.c item->widget->cols = column_width + 2; cols 334 lib/widget/quick.h int cols; /* heigth is calculated automatically */ cols 167 lib/widget/radio.c tty_draw_hline (w->y + i, w->x, ' ', w->cols); cols 62 lib/widget/rect.c rect_new (int y, int x, int lines, int cols) cols 69 lib/widget/rect.c rect_init (r, y, x, lines, cols); cols 86 lib/widget/rect.c rect_init (WRect * r, int y, int x, int lines, int cols) cols 91 lib/widget/rect.c r->cols = cols; cols 123 lib/widget/rect.c r->cols += dc; cols 145 lib/widget/rect.c x = r->x + r->cols; cols 147 lib/widget/rect.c x1 = r1->x + r1->cols; cols 159 lib/widget/rect.c r->cols = x - r->x; cols 181 lib/widget/rect.c x = r->x + r->cols; cols 183 lib/widget/rect.c x1 = r1->x + r1->cols; cols 195 lib/widget/rect.c r->cols = x - r->x; cols 211 lib/widget/rect.c return !((r2->x >= r1->x + r1->cols) || (r1->x >= r2->x + r2->cols) cols 228 lib/widget/rect.c return (r1->y == r2->y && r1->x == r2->x && r1->lines == r2->lines && r1->cols == r2->cols); cols 26 lib/widget/rect.h int cols; cols 33 lib/widget/rect.h WRect *rect_new (int y, int x, int lines, int cols); cols 34 lib/widget/rect.h void rect_init (WRect * r, int y, int x, int lines, int cols); cols 91 lib/widget/widget-common.c w->cols = r->cols; cols 311 lib/widget/widget-common.c widget_init (Widget * w, int y, int x, int lines, int cols, cols 317 lib/widget/widget-common.c w->cols = cols; cols 405 lib/widget/widget-common.c widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols) cols 412 lib/widget/widget-common.c *cols = COLS; cols 417 lib/widget/widget-common.c *x = (COLS - *cols) / 2; cols 444 lib/widget/widget-common.c widget_set_size (Widget * w, int y, int x, int lines, int cols) cols 446 lib/widget/widget-common.c WRect r = { y, x, lines, cols }; cols 480 lib/widget/widget-common.c tty_fill_region (w->y, w->x, w->lines, w->cols, ' '); cols 650 lib/widget/widget-common.c return !((b->x >= a->x + a->cols) cols 651 lib/widget/widget-common.c || (a->x >= b->x + b->cols) || (b->y >= a->y + a->lines) || (a->y >= b->y + b->lines)); cols 816 lib/widget/widget-common.c return (event->x > w->x) && (event->y > w->y) && (event->x <= w->x + w->cols) cols 133 lib/widget/widget-common.h int cols, lines; cols 200 lib/widget/widget-common.h void widget_init (Widget * w, int y, int x, int lines, int cols, cols 207 lib/widget/widget-common.h void widget_adjust_position (widget_pos_flags_t pos_flags, int *y, int *x, int *lines, int *cols); cols 208 lib/widget/widget-common.h void widget_set_size (Widget * w, int y, int x, int lines, int cols); cols 380 lib/widget/widget-common.h widget_set_size (w, r->y, r->x, r->lines, r->cols); cols 102 lib/widget/wtools.c xpos = COLS / 2 - w->cols / 2; cols 105 lib/widget/wtools.c rect_init (&r, ypos, xpos, w->lines, w->cols); cols 282 lib/widget/wtools.c int cols, lines; cols 305 lib/widget/wtools.c str_msg_term_size (text, &lines, &cols); cols 306 lib/widget/wtools.c cols = 6 + MAX (win_len, MAX (str_term_width1 (header), cols)); cols 311 lib/widget/wtools.c dlg_create (TRUE, 0, 0, lines, cols, pos_flags, FALSE, query_colors, query_default_callback, cols 323 lib/widget/wtools.c cols = (cols - win_len - 2) / 2 + 2; cols 335 lib/widget/wtools.c button = button_new (lines - 3, cols, B_USER + i, NORMAL_BUTTON, cur_name, NULL); cols 337 lib/widget/wtools.c cols += xpos; cols 706 lib/widget/wtools.c wd_width = MAX (wd->cols, b_width + 6); cols 2278 src/diffviewer/ydiff.c dview->half1 = w->cols / 2; cols 2279 src/diffviewer/ydiff.c dview->half2 = w->cols - dview->half1; cols 3457 src/diffviewer/ydiff.c widget_init (w, dw->y, dw->x, dw->lines - 1, dw->cols, dview_callback, dview_mouse_callback); cols 139 src/editor/edit-impl.h gboolean edit_add_window (WDialog * h, int y, int x, int lines, int cols, cols 148 src/editor/edit-impl.h off_t edit_move_forward3 (const WEdit * edit, off_t current, long cols, off_t upto); cols 184 src/editor/edit-impl.h WEdit *edit_init (WEdit * edit, int y, int x, int lines, int cols, cols 162 src/editor/edit.c wd_width = MAX (wd->cols, lw->cols + 6); cols 164 src/editor/edit.c widget_set_size (lw, lw->y, wd->x + (wd->cols - lw->cols) / 2, lw->lines, lw->cols); cols 2077 src/editor/edit.c edit_init (WEdit * edit, int y, int x, int lines, int cols, const vfs_path_t * filename_vpath, cols 2107 src/editor/edit.c widget_init (w, y, x, lines, cols, NULL, NULL); cols 2241 src/editor/edit.c if (edit_init (e, w->y, w->x, w->lines, w->cols, filename_vpath, line) == NULL) cols 2757 src/editor/edit.c edit_move_forward3 (const WEdit * edit, off_t current, long cols, off_t upto) cols 2765 src/editor/edit.c cols = -10; cols 2774 src/editor/edit.c if (cols != -10) cols 2776 src/editor/edit.c if (col == cols) cols 2778 src/editor/edit.c if (col > cols) cols 136 src/editor/editcmd.c wd_width = MAX (wd->cols, lw->cols + 6); cols 138 src/editor/editcmd.c widget_set_size (lw, lw->y, wd->x + (wd->cols - lw->cols) / 2, lw->lines, lw->cols); cols 523 src/editor/editcmd.c return edit_add_window (h, w->y + 1, w->x, w->lines - 2, w->cols, vpath, 0); cols 264 src/editor/editcmd_dialogs.c dlg_width = WIDGET (w->owner)->cols - xpos - 1; cols 192 src/editor/editdraw.c const int w = h->cols; cols 257 src/editor/editdraw.c int cols = w->cols; cols 261 src/editor/editdraw.c if (cols > 5) cols 278 src/editor/editdraw.c tty_printf ("[%s]", str_term_trim (fname, w->cols - 8 - 6)); cols 284 src/editor/editdraw.c if (x + 6 <= cols - 2 - 6) cols 293 src/editor/editdraw.c if (cols > 30) cols 307 src/editor/editdraw.c if (cols > 46) cols 351 src/editor/editdraw.c tty_draw_box (w->y, w->x, w->lines, w->cols, !active); cols 356 src/editor/editdraw.c widget_gotoyx (w, w->lines - 1, w->cols - 1); cols 377 src/editor/editdraw.c widget_gotoyx (w->owner, 0, WIDGET (w->owner)->cols - 6); cols 379 src/editor/editdraw.c widget_gotoyx (w, 0, w->cols - 8); cols 532 src/editor/editdraw.c if (w->x + w->cols <= WIDGET (w->owner)->cols) cols 862 src/editor/editdraw.c last_column = wh->x + wh->cols - 1; cols 872 src/editor/editdraw.c x2 = w->x + w->cols - 1; cols 889 src/editor/editdraw.c end_column = w->cols - 1; cols 891 src/editor/editdraw.c end_column = wh->cols - 1 - x1; cols 893 src/editor/editdraw.c end_column = start_column + wh->cols - 1; cols 1059 src/editor/editdraw.c if (w->lines <= 0 || w->cols <= 0) cols 1063 src/editor/editdraw.c w->cols -= EDIT_TEXT_HORIZONTAL_OFFSET + option_line_state_width; cols 1068 src/editor/editdraw.c w->cols -= 2; cols 1092 src/editor/editdraw.c if (l_extreme + r_extreme + 1 > w->cols) cols 1099 src/editor/editdraw.c l_extreme = (l_extreme * (w->cols - 1)) / n; cols 1100 src/editor/editdraw.c r_extreme = (r_extreme * (w->cols - 1)) / n; cols 1104 src/editor/editdraw.c outby = p + edit->start_col - w->cols + 1 + (r_extreme + edit->found_len); cols 1120 src/editor/editdraw.c w->cols += EDIT_TEXT_HORIZONTAL_OFFSET + option_line_state_width; cols 1124 src/editor/editdraw.c w->cols += 2; cols 224 src/editor/editwidget.c if (w->x + w->cols > wh->x) cols 228 src/editor/editwidget.c if (w->x < wh->x + wh->cols) cols 264 src/editor/editwidget.c if (w->cols > WINDOW_MIN_COLS) cols 265 src/editor/editwidget.c w->cols--; cols 268 src/editor/editwidget.c if (w->x + w->cols < wh->x + wh->cols) cols 269 src/editor/editwidget.c w->cols++; cols 301 src/editor/editwidget.c int lines, cols; cols 308 src/editor/editwidget.c cols = COLS * 2 / 3; cols 310 src/editor/editwidget.c listbox = create_listbox_window (lines, cols, _("Open files"), "[Open files]"); cols 326 src/editor/editwidget.c str_term_trim (fname, WIDGET (listbox->list)->cols - 2), e, FALSE); cols 391 src/editor/editwidget.c edit_add_window (h, wh->y + 1, wh->x, wh->lines - 2, wh->cols, NULL, 0); cols 875 src/editor/editwidget.c x = w->cols - 6; cols 919 src/editor/editwidget.c w->cols = wo->cols; cols 1036 src/editor/editwidget.c global_x = CLAMP (global_x, h->x, h->x + h->cols - 1); /* Currently a no-op, as the dialog has no left/right margins. */ cols 1046 src/editor/editwidget.c w->cols = MAX (WINDOW_MIN_COLS, global_x - w->x + 1); cols 1073 src/editor/editwidget.c close_x = (w->cols - 1) - dx - 1; cols 1118 src/editor/editwidget.c if (event->y == w->lines - 1 && event->x == w->cols - 1) cols 1249 src/editor/editwidget.c (1, 0, wd->lines - 2, wd->cols, EDITOR_BACKGROUND, ' ', edit_dialog_bg_callback)); cols 1265 src/editor/editwidget.c f_ok = edit_add_window (edit_dlg, wd->y + 1, wd->x, wd->lines - 2, wd->cols, f->file_vpath, cols 1348 src/editor/editwidget.c rect_init (&edit->loc_prev, w->y, w->x, w->lines, w->cols); cols 1367 src/editor/editwidget.c edit_add_window (WDialog * h, int y, int x, int lines, int cols, const vfs_path_t * f, long fline) cols 1372 src/editor/editwidget.c edit = edit_init (NULL, y, x, lines, cols, f, fline); cols 1424 src/editor/editwidget.c edit->drag_state_start = w->cols / 2; cols 1532 src/editor/editwidget.c widget_set_size (w, h->y + 1, h->x, h->lines - 2, h->cols); cols 559 src/filemanager/achown.c listbox_new (1, 1, WIDGET (chl_dlg)->lines - 2, WIDGET (chl_dlg)->cols - 2, FALSE, cols 736 src/filemanager/achown.c int cols = 74; cols 749 src/filemanager/achown.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, cols 785 src/filemanager/achown.c WIDGET (ch_dlg)->cols / 2 - cols 792 src/filemanager/achown.c button_new (y, WIDGET (ch_dlg)->cols / 2 + 1, cols 803 src/filemanager/achown.c WIDGET (ch_dlg)->cols / 2 - cols 810 src/filemanager/achown.c button_new (y, WIDGET (ch_dlg)->cols / 2 + 1, cols 1035 src/filemanager/achown.c str_fit_to_term (fname, WIDGET (ch_dlg)->cols - 20, J_LEFT_FIT), cols 200 src/filemanager/boxes.c x = wd->x + wd->cols / 2; cols 201 src/filemanager/boxes.c rect_init (&r, y, x, w->lines, w->cols); cols 829 src/filemanager/boxes.c int cols; cols 836 src/filemanager/boxes.c cols = strtol (panel_brief_cols_out, &error, 10); cols 838 src/filemanager/boxes.c *brief_cols = cols; cols 1082 src/filemanager/boxes.c mytree = tree_new (2, 2, wd->lines - 6, wd->cols - 5, FALSE); cols 1210 src/filemanager/boxes.c w->y + w->lines - 6, w->x, w->cols, cols 1280 src/filemanager/boxes.c int cols = 60; cols 1297 src/filemanager/boxes.c cols = MAX (cols, x + 6); cols 1299 src/filemanager/boxes.c jobs_dlg = dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL, cols 1303 src/filemanager/boxes.c bg_list = listbox_new (2, 2, lines - 6, cols - 6, FALSE, NULL); cols 1309 src/filemanager/boxes.c x = (cols - x) / 2; cols 298 src/filemanager/chattr.c if (w->cols > fat->filename_width) cols 300 src/filemanager/chattr.c widget_gotoyx (w, 0, (w->cols - fat->filename_width) / 2); cols 306 src/filemanager/chattr.c tty_print_string (str_trunc (fat->filename, w->cols)); cols 310 src/filemanager/chattr.c widget_gotoyx (w, 1, (w->cols - check_attr_num) / 2); cols 342 src/filemanager/chattr.c if (fat->filename_width > wo->cols - wx * 2) cols 345 src/filemanager/chattr.c w->cols = wo->cols - wx * 2; cols 365 src/filemanager/chattr.c int width, cols; cols 368 src/filemanager/chattr.c cols = MAX (width, (int) check_attr_num); cols 371 src/filemanager/chattr.c widget_init (WIDGET (fat), y, x, 2, cols, fileattrtext_callback, NULL); cols 417 src/filemanager/chattr.c widget_gotoyx (w, 0, w->cols); cols 426 src/filemanager/chattr.c widget_gotoyx (w, max_line, w->cols); cols 437 src/filemanager/chattr.c widget_gotoyx (w, i, w->cols); cols 457 src/filemanager/chattr.c tty_fill_region (w->y, w->x - 1, w->lines, w->cols + 1, ' '); cols 951 src/filemanager/chattr.c int lines, cols; cols 964 src/filemanager/chattr.c cols = check_attr_width + cb_scrollbar_width; cols 982 src/filemanager/chattr.c dlg_create (TRUE, 0, 0, lines, cols + wx * 2, WPOS_CENTER, FALSE, dialog_colors, cols 993 src/filemanager/chattr.c if (cols < WIDGET (file_attr)->cols) cols 995 src/filemanager/chattr.c cols = WIDGET (file_attr)->cols; cols 996 src/filemanager/chattr.c cols = MIN (cols, mw->cols - wx * 2); cols 997 src/filemanager/chattr.c widget_set_size (dw, dw->y, dw->x, lines, cols + wx * 2); cols 1000 src/filemanager/chattr.c cb = chattrboxes_new (y++, wx, checkboxes_lines, cols); cols 1019 src/filemanager/chattr.c cols = 0; cols 1026 src/filemanager/chattr.c chattr_but[i].button = WIDGET (button_new (y, dw->cols / 2 + 1 - chattr_but[i].width, cols 1032 src/filemanager/chattr.c chattr_but[i].button = WIDGET (button_new (y++, dw->cols / 2 + 2, chattr_but[i].ret_cmd, cols 1037 src/filemanager/chattr.c cols = MAX (cols, chattr_but[i - 1].button->cols + 1 + chattr_but[i].button->cols); cols 1041 src/filemanager/chattr.c cols += 6; cols 1042 src/filemanager/chattr.c if (cols > dw->cols) cols 1044 src/filemanager/chattr.c widget_set_size (dw, dw->y, dw->x, lines, cols); cols 1047 src/filemanager/chattr.c cols = dw->x + dw->cols / 2 + 1; cols 1054 src/filemanager/chattr.c widget_set_size (b, b->y, cols - b->cols, b->lines, b->cols); cols 1057 src/filemanager/chattr.c widget_set_size (b, b->y, cols + 1, b->lines, b->cols); cols 308 src/filemanager/chmod.c int lines, cols; cols 320 src/filemanager/chmod.c cols = str_term_width1 (fname) + 2 + 1; cols 321 src/filemanager/chmod.c file_gb_len = MAX (file_gb_len, cols); cols 324 src/filemanager/chmod.c cols = perm_gb_len + file_gb_len + 1 + 6; cols 326 src/filemanager/chmod.c if (cols > COLS) cols 329 src/filemanager/chmod.c cols = COLS; cols 330 src/filemanager/chmod.c file_gb_len = cols - (perm_gb_len + 1 + 6); cols 334 src/filemanager/chmod.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, cols 355 src/filemanager/chmod.c cols = PX + perm_gb_len + 3; cols 357 src/filemanager/chmod.c group_add_widget (g, label_new (y, cols, c_fname)); cols 359 src/filemanager/chmod.c statl = label_new (y + 2, cols, buffer); cols 362 src/filemanager/chmod.c group_add_widget (g, label_new (y + 4, cols, c_fown)); cols 364 src/filemanager/chmod.c group_add_widget (g, label_new (y + 6, cols, c_fgrp)); cols 375 src/filemanager/chmod.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 - chmod_but[i].len, cols 379 src/filemanager/chmod.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 + 1, cols 388 src/filemanager/chmod.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 - chmod_but[i].len, cols 392 src/filemanager/chmod.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 + 1, chmod_but[i].ret_cmd, cols 194 src/filemanager/chown.c int lines, cols; cols 201 src/filemanager/chown.c cols = GW * 3 + 2 + 6; cols 204 src/filemanager/chown.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, NULL, NULL, cols 248 src/filemanager/chown.c x = (cols - blen) / 2; cols 261 src/filemanager/chown.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 - chown_but[i].len, cols 265 src/filemanager/chown.c group_add_widget (g, button_new (y, WIDGET (ch_dlg)->cols / 2 + 1, chown_but[i].ret_cmd, cols 199 src/filemanager/command.c command_new (int y, int x, int cols) cols 204 src/filemanager/command.c cmd = input_new (y, x, command_colors, cols, "", "cmdline", cols 214 src/filemanager/file.c x += (wd->cols - dsm->abort_button->cols) / 2; cols 216 src/filemanager/file.c dsm->abort_button->lines, dsm->abort_button->cols); cols 221 src/filemanager/file.c int cols; cols 223 src/filemanager/file.c cols = dsm->abort_button->cols + dsm->skip_button->cols + 1; cols 224 src/filemanager/file.c x += (wd->cols - cols) / 2; cols 226 src/filemanager/file.c dsm->abort_button->cols); cols 227 src/filemanager/file.c x += dsm->abort_button->cols + 1; cols 228 src/filemanager/file.c widget_set_size (dsm->skip_button, y, x, dsm->skip_button->lines, dsm->skip_button->cols); cols 3123 src/filemanager/file.c if (WIDGET (dsm->count_size)->cols + 6 > wd->cols) cols 3125 src/filemanager/file.c widget_set_size (wd, wd->y, wd->x, wd->lines, WIDGET (dsm->count_size)->cols + 6); cols 3132 src/filemanager/file.c label_set_text (dsm->dirname, str_trunc (vfs_path_as_str (dsm->dirname_vpath), wd->cols - 6)); cols 171 src/filemanager/filegui.c #define truncFileString(dlg, s) str_trunc (s, WIDGET (dlg)->cols - 10) cols 172 src/filemanager/filegui.c #define truncFileStringSecure(dlg, s) path_trunc (s, WIDGET (dlg)->cols - 10) cols 407 src/filemanager/filegui.c #define WCOLS(i) W(i)->cols cols 724 src/filemanager/filegui.c progress_buttons[0].w->x = w->x + (w->cols - buttons_width) / 2; cols 931 src/filemanager/filemanager.c WIDGET (the_hint)->cols = COLS; cols 1515 src/filemanager/filemanager.c widget_adjust_position (w->pos_flags, &w->y, &w->x, &w->lines, &w->cols); cols 576 src/filemanager/find.c int cols = 68; cols 669 src/filemanager/find.c cols = max (cols, max (b12, cw * 2 + 1) + 6); cols 677 src/filemanager/find.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, find_parm_callback, cols 682 src/filemanager/find.c x2 = cols / 2 + 1; cols 683 src/filemanager/find.c cw = (cols - 7) / 2; cols 688 src/filemanager/find.c input_new (y1, x1, input_colors, cols - b0 - 7, in_start_dir, "start", cols 692 src/filemanager/find.c group_add_widget (g, button_new (y1++, cols - b0 - 3, B_TREE, NORMAL_BUTTON, buts[0], NULL)); cols 699 src/filemanager/find.c input_new (y1++, x1, input_colors, cols - 6, cols 769 src/filemanager/find.c x1 = (cols - b12) / 2; cols 1028 src/filemanager/find.c status_update (str_trunc (buffer, WIDGET (h)->cols - 8)); cols 1122 src/filemanager/find.c status_update (str_trunc (result, WIDGET (h)->cols - 8)); cols 1250 src/filemanager/find.c widget_gotoyx (h, w->lines - 7, w->cols - 4); cols 1341 src/filemanager/find.c status_update (str_trunc (directory, WIDGET (h)->cols - 8)); cols 1481 src/filemanager/find.c const int cols = CONST_WIDGET (h)->cols; cols 1488 src/filemanager/find.c fbuts[0].x = (cols - l1) / 2; cols 1496 src/filemanager/find.c fbuts[5].x = (cols - l2) / 2; cols 1517 src/filemanager/find.c if (title_len > WIDGET (h)->cols - 6) cols 1520 src/filemanager/find.c title_len = WIDGET (h)->cols - 6; cols 1653 src/filemanager/find.c int lines, cols; cols 1674 src/filemanager/find.c cols = COLS - 16; cols 1677 src/filemanager/find.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, find_callback, NULL, cols 1684 src/filemanager/find.c find_list = listbox_new (y, 2, lines - 10, cols - 4, FALSE, NULL); cols 257 src/filemanager/hotlist.c groupbox_set_title (movelist_group, str_trunc (p, w->cols - 2)); cols 260 src/filemanager/hotlist.c groupbox_set_title (hotlist_group, str_trunc (p, w->cols - 2)); cols 261 src/filemanager/hotlist.c label_set_text (pname, str_trunc (text, w->cols)); cols 678 src/filemanager/hotlist.c init_i18n_stuff (int list_type, int cols) cols 722 src/filemanager/hotlist.c cols = MAX (cols, MAX (len[0], len[1])); cols 736 src/filemanager/hotlist.c hotlist_but[i].x = cols - hotlist_but[i].len - 6; cols 745 src/filemanager/hotlist.c return cols; cols 755 src/filemanager/hotlist.c int lines, cols; cols 765 src/filemanager/hotlist.c cols = init_i18n_stuff (list_type, COLS - 6); cols 782 src/filemanager/hotlist.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, hotlist_callback, cols 787 src/filemanager/hotlist.c hotlist_group = groupbox_new (y, UX, lines - 10 + dh, cols - 2 * UX, _("Top level group")); cols 792 src/filemanager/hotlist.c listbox_new (y + 1, UX + 1, hotlist_widget->lines - 2, hotlist_widget->cols - 2, FALSE, cols 812 src/filemanager/hotlist.c path_box = groupbox_new (y, UX, 3, hotlist_widget->cols, _("Directory path")); cols 839 src/filemanager/hotlist.c int lines, cols; cols 847 src/filemanager/hotlist.c cols = init_i18n_stuff (LIST_MOVELIST, COLS - 6); cols 852 src/filemanager/hotlist.c dlg_create (TRUE, 0, 0, lines, cols, WPOS_CENTER, FALSE, dialog_colors, hotlist_callback, cols 859 src/filemanager/hotlist.c movelist_group = groupbox_new (y, UX, lines - 7, cols - 2 * UX, _("Directory label")); cols 864 src/filemanager/hotlist.c listbox_new (y + 1, UX + 1, movelist_widget->lines - 2, movelist_widget->cols - 2, FALSE, cols 96 src/filemanager/info.c tty_draw_box (w->y, w->x, w->lines, w->cols, FALSE); cols 98 src/filemanager/info.c widget_gotoyx (w, 0, (w->cols - len - 2) / 2); cols 103 src/filemanager/info.c widget_gotoyx (w, 2, w->cols - 1); cols 105 src/filemanager/info.c tty_draw_hline (w->y + 2, w->x + 1, ACS_HLINE, w->cols - 2); cols 205 src/filemanager/info.c str_trunc (myfs_stats.device, w->cols - i18n_adjust)); cols 212 src/filemanager/info.c str_trunc (myfs_stats.mpoint, w->cols - i18n_adjust)); cols 301 src/filemanager/info.c str_printf (buff, file_label, str_trunc (fname, w->cols - i18n_adjust)); cols 367 src/filemanager/info.c info_new (int y, int x, int lines, int cols) cols 374 src/filemanager/info.c widget_init (w, y, x, lines, cols, info_callback, NULL); cols 21 src/filemanager/info.h WInfo *info_new (int y, int x, int lines, int cols); cols 216 src/filemanager/layout.c int md_cols = CONST_WIDGET (midnight_dlg)->cols; cols 254 src/filemanager/layout.c tty_printf ("%03d", CONST_WIDGET (midnight_dlg)->cols - panels_layout.left_panel_size); cols 415 src/filemanager/layout.c panels_layout.left_panel_size = CONST_WIDGET (midnight_dlg)->cols / 2; cols 649 src/filemanager/layout.c restore_into_right_dir_panel (int idx, gboolean last_was_panel, int y, int x, int lines, int cols) cols 661 src/filemanager/layout.c new_widget = panel_sized_with_dir_new (p_name, y, x, lines, cols, saved_dir_vpath); cols 665 src/filemanager/layout.c new_widget = panel_sized_new (p_name, y, x, lines, cols); cols 754 src/filemanager/layout.c int cols, x; cols 764 src/filemanager/layout.c widget->cols = mw->cols; cols 770 src/filemanager/layout.c cols = mw->cols; cols 775 src/filemanager/layout.c cols = panels_layout.left_panel_size; cols 780 src/filemanager/layout.c cols = mw->cols - panels_layout.left_panel_size; cols 784 src/filemanager/layout.c widget->cols = cols; cols 843 src/filemanager/layout.c widget_set_size (WIDGET (the_menubar), mw->y, mw->x, 1, mw->cols); cols 857 src/filemanager/layout.c panels[0].widget->cols); cols 859 src/filemanager/layout.c height - panels_layout.top_panel_size, panels[1].widget->cols); cols 863 src/filemanager/layout.c widget_set_size (panels[0].widget, start_y, mw->x, height, panels[0].widget->cols); cols 865 src/filemanager/layout.c panels[1].widget->cols); cols 869 src/filemanager/layout.c widget_set_size (WIDGET (the_hint), height + start_y, mw->x, 1, mw->cols); cols 895 src/filemanager/layout.c widget_set_size (WIDGET (the_prompt), mw->lines, mw->cols, 0, 0); cols 899 src/filemanager/layout.c mw->cols); cols 981 src/filemanager/layout.c if (mw->cols > 8 && prompt_width > mw->cols - 8) cols 985 src/filemanager/layout.c prompt_width = mw->cols - 8; cols 1003 src/filemanager/layout.c widget_set_size (WIDGET (cmdline), y, mw->x + prompt_width, 1, mw->cols - prompt_width); cols 1044 src/filemanager/layout.c widget_gotoyx (w, menubar_visible != 0 ? 1 : 0, w->cols - 1); cols 1096 src/filemanager/layout.c int x = 0, y = 0, cols = 0, lines = 0; cols 1125 src/filemanager/layout.c cols = w->cols; cols 1132 src/filemanager/layout.c int md_cols = CONST_WIDGET (midnight_dlg)->cols; cols 1136 src/filemanager/layout.c cols = md_cols; cols 1141 src/filemanager/layout.c cols = md_cols - panels_layout.left_panel_size; cols 1161 src/filemanager/layout.c new_widget = restore_into_right_dir_panel (num, last_was_panel, y, x, lines, cols); cols 1166 src/filemanager/layout.c new_widget = WIDGET (info_new (y, x, lines, cols)); cols 1170 src/filemanager/layout.c new_widget = WIDGET (tree_new (y, x, lines, cols, TRUE)); cols 1174 src/filemanager/layout.c new_widget = WIDGET (mcview_new (y, x, lines, cols, TRUE)); cols 1305 src/filemanager/layout.c int x, y, cols, lines; cols 1331 src/filemanager/layout.c cols = panels[0].widget->cols; cols 1336 src/filemanager/layout.c panels[0].widget->cols = panels[1].widget->cols; cols 1341 src/filemanager/layout.c panels[1].widget->cols = cols; cols 917 src/filemanager/panel.c width = w->cols - 2; cols 927 src/filemanager/panel.c width = w->cols - offset - 2; cols 999 src/filemanager/panel.c tty_print_string (str_fit_to_term (panel->quick_search.buffer->str, w->cols - 3, J_LEFT)); cols 1021 src/filemanager/panel.c tty_print_string (str_fit_to_term (link_target, w->cols - 5, J_LEFT_FIT)); cols 1024 src/filemanager/panel.c tty_print_string (str_fit_to_term (_("<readlink failed>"), w->cols - 2, J_LEFT)); cols 1032 src/filemanager/panel.c tty_print_string (str_fit_to_term (_("UP--DIR"), w->cols - 2, J_LEFT)); cols 1076 src/filemanager/panel.c int cols; cols 1082 src/filemanager/panel.c cols = w->cols - 2; cols 1093 src/filemanager/panel.c buf = str_trunc (buf, cols - 4); cols 1097 src/filemanager/panel.c x = (w->cols - str_term_width1 (buf)) / 2 - 1; cols 1121 src/filemanager/panel.c tty_draw_hline (w->y + y, w->x + 1, ACS_HLINE, w->cols - 2); cols 1168 src/filemanager/panel.c widget_gotoyx (w, w->lines - 1, w->cols - 2 - (int) strlen (tmp)); cols 1263 src/filemanager/panel.c tty_draw_box (w->y, w->x, w->lines, w->cols, FALSE); cols 1273 src/filemanager/panel.c widget_gotoyx (w, y, w->cols - 1); cols 1284 src/filemanager/panel.c widget_gotoyx (w, 0, w->cols - 6); cols 1310 src/filemanager/panel.c tty_printf (" %s ", str_term_trim (tmp, MIN (MAX (w->cols - 12, 0), w->cols))); cols 1568 src/filemanager/panel.c tty_draw_hline (y, x, ' ', w->cols - 2); cols 1844 src/filemanager/panel.c usable_columns = WIDGET (panel)->cols - 2; cols 3830 src/filemanager/panel.c width = (WIDGET (panel)->cols - 2) / panel->list_cols; cols 3857 src/filemanager/panel.c else if (event->x == w->cols - 2) cols 3860 src/filemanager/panel.c else if (event->x >= w->cols - 5 && event->x <= w->cols - 3) cols 3863 src/filemanager/panel.c else if (event->x == w->cols - 6) cols 4291 src/filemanager/panel.c panel_sized_empty_new (const char *panel_name, int y, int x, int lines, int cols) cols 4300 src/filemanager/panel.c widget_init (w, y, x, lines, cols, panel_callback, panel_mouse_callback); cols 4366 src/filemanager/panel.c panel_sized_with_dir_new (const char *panel_name, int y, int x, int lines, int cols, cols 4375 src/filemanager/panel.c panel = panel_sized_empty_new (panel_name, y, x, lines, cols); cols 164 src/filemanager/panel.h WPanel *panel_sized_empty_new (const char *panel_name, int y, int x, int lines, int cols); cols 165 src/filemanager/panel.h WPanel *panel_sized_with_dir_new (const char *panel_name, int y, int x, int lines, int cols, cols 272 src/filemanager/panel.h panel_sized_new (const char *panel_name, int y, int x, int lines, int cols) cols 274 src/filemanager/panel.h return panel_sized_with_dir_new (panel_name, y, x, lines, cols, NULL); cols 275 src/filemanager/tree.c tree_cols = w->cols; cols 1130 src/filemanager/tree.c tty_draw_box (w->y, w->x, w->lines, w->cols, FALSE); cols 1132 src/filemanager/tree.c widget_gotoyx (w, 0, (w->cols - len - 2) / 2); cols 1142 src/filemanager/tree.c widget_gotoyx (w, y, w->cols - 1); cols 1144 src/filemanager/tree.c tty_draw_hline (w->y + y, w->x + 1, ACS_HLINE, w->cols - 2); cols 1281 src/filemanager/tree.c tree_new (int y, int x, int lines, int cols, gboolean is_panel) cols 1289 src/filemanager/tree.c widget_init (w, y, x, lines, cols, tree_callback, tree_mouse_callback); cols 25 src/filemanager/tree.h WTree *tree_new (int y, int x, int lines, int cols, gboolean is_panel); cols 272 src/viewer/display.c view_area.width = mcview_dimen_doz (WIDGET (view)->cols, 2 * view->dpy_frame_size); cols 317 src/viewer/display.c const screen_dimen cols = view->data_area.width; cols 320 src/viewer/display.c if (cols < 9 + 17) cols 323 src/viewer/display.c bytes = 4 * ((cols - 9) / ((cols <= 80) ? 17 : 18)); cols 360 src/viewer/display.c tty_draw_box (w->y, w->x, w->lines, w->cols, FALSE); cols 195 src/viewer/mcviewer.c mcview_new (int y, int x, int lines, int cols, gboolean is_panel) cols 202 src/viewer/mcviewer.c widget_init (w, y, x, lines, cols, mcview_callback, mcview_mouse_callback); cols 250 src/viewer/mcviewer.c lc_mcview = mcview_new (vw->y, vw->x, vw->lines - 1, vw->cols, FALSE); cols 42 src/viewer/mcviewer.h extern WView *mcview_new (int y, int x, int lines, int cols, gboolean is_panel); cols 92 src/viewer/search.c wd_width = MAX (wd->cols, lw->cols + 6); cols 94 src/viewer/search.c widget_set_size (lw, lw->y, wd->x + (wd->cols - lw->cols) / 2, lw->lines, lw->cols);