Home
last modified time | relevance | path

Searched refs:grid_cell (Results 1 – 24 of 24) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dtmux.h760 struct grid_cell { struct
883 struct grid_cell gc;
1009 struct grid_cell no_pane_gc;
1153 struct grid_cell cached_gc;
1173 struct grid_cell border_gc;
1512 struct grid_cell cell;
1513 struct grid_cell last_cell;
1597 struct grid_cell defaults;
1774 struct grid_cell style;
2922 int grid_cells_equal(const struct grid_cell *, const struct grid_cell *);
[all …]
H A Dgrid.c81 const struct grid_cell *gc) in grid_need_extended_cell()
117 const struct grid_cell *gc) in grid_extended_cell()
236 grid_cells_look_equal(const struct grid_cell *gc1, const struct grid_cell *gc2) in grid_cells_look_equal()
253 grid_cells_equal(const struct grid_cell *gc1, const struct grid_cell *gc2) in grid_cells_equal()
337 struct grid_cell gca, gcb; in grid_compare()
1065 struct grid_cell gc; in grid_string_cells()
1234 struct grid_cell gc; in grid_reflow_join()
1342 struct grid_cell gc; in grid_reflow_split()
1410 struct grid_cell gc; in grid_reflow()
1548 struct grid_cell gc; in grid_line_length()
[all …]
H A Dgrid-reader.c51 struct grid_cell gc; in grid_reader_cursor_right()
76 struct grid_cell gc; in grid_reader_cursor_left()
97 struct grid_cell gc; in grid_reader_cursor_down()
113 struct grid_cell gc; in grid_reader_cursor_up()
338 grid_reader_cell_equals_data(const struct grid_cell *gc, in grid_reader_cell_equals_data()
354 struct grid_cell gc; in grid_reader_cursor_jump()
384 struct grid_cell gc; in grid_reader_cursor_jump_back()
411 struct grid_cell gc; in grid_reader_cursor_back_to_indentation()
H A Dscreen-write.c46 struct grid_cell gc;
342 struct grid_cell gc; in screen_write_putc()
400 struct grid_cell gc; in screen_write_text()
508 struct grid_cell gc; in screen_write_vnputs()
573 struct grid_cell gc; in screen_write_fast_copy()
610 struct grid_cell *gc) in screen_write_box_border_set()
649 struct grid_cell gc; in screen_write_hline()
685 struct grid_cell gc; in screen_write_vline()
709 const struct grid_cell *border_gc, const struct grid_cell *choice_gc) in screen_write_menu()
824 struct grid_cell gc; in screen_write_preview()
[all …]
H A Dtty.c47 struct grid_cell *);
49 struct grid_cell *);
51 struct grid_cell *);
1358 static struct grid_cell new; in tty_check_codeset()
1434 struct grid_cell gc, last; in tty_draw_line()
1435 const struct grid_cell *gcp; in tty_draw_line()
2214 const struct grid_cell *gcp; in tty_cell()
2716 struct grid_cell *gc) in tty_check_fg()
2777 struct grid_cell *gc) in tty_check_bg()
2829 struct grid_cell *gc) in tty_check_us()
[all …]
H A Dstyle.c60 style_parse(struct style *sy, const struct grid_cell *base, const char *in) in style_parse()
251 struct grid_cell *gc = &sy->gc; in style_tostring()
358 style_add(struct grid_cell *gc, struct options *oo, const char *name, in style_add()
384 style_apply(struct grid_cell *gc, struct options *oo, const char *name, in style_apply()
393 style_set(struct style *sy, const struct grid_cell *gc) in style_set()
H A Dscreen.c40 struct grid_cell cell;
428 u_int ex, u_int ey, u_int rectangle, int modekeys, struct grid_cell *gc) in screen_set_selection()
568 screen_select_cell(struct screen *s, struct grid_cell *dst, in screen_select_cell()
569 const struct grid_cell *src) in screen_select_cell()
611 screen_alternate_on(struct screen *s, struct grid_cell *gc, int cursor) in screen_alternate_on()
636 screen_alternate_off(struct screen *s, struct grid_cell *gc, int cursor) in screen_alternate_off()
H A Dgrid-view.c35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell()
43 const struct grid_cell *gc) in grid_view_set_cell()
58 const struct grid_cell *gc, const char *s, size_t slen) in grid_view_set_cells()
H A Dmenu.c30 struct grid_cell style;
31 struct grid_cell border_style;
32 struct grid_cell selected_style;
441 menu_set_style(struct client *c, struct grid_cell *gc, const char *style, in menu_set_style()
H A Dscreen-redraw.c56 enum pane_lines pane_lines, int cell_type, struct grid_cell *gc) in screen_redraw_border_set()
432 struct grid_cell gc; in screen_redraw_make_pane_status()
688 static const struct grid_cell *
724 struct grid_cell gc; in screen_redraw_draw_borders_cell()
725 const struct grid_cell *tmp; in screen_redraw_draw_borders_cell()
876 struct grid_cell defaults; in screen_redraw_draw_pane()
998 struct grid_cell gc, slgc, *gcp; in screen_redraw_draw_scrollbar()
H A Dinput.c56 struct grid_cell cell;
1218 struct grid_cell gc, first_gc; in input_c0_dispatch()
1727 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_rm_private()
1816 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sm_private()
1992 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_256_do()
2026 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_rgb_do()
2061 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr_colon()
2149 struct grid_cell *gc = &ictx->cell.cell; in input_csi_dispatch_sgr()
2627 struct grid_cell *gc = &ictx->cell.cell; in input_osc_8()
2747 struct grid_cell defaults; in input_osc_10()
[all …]
H A Dwindow-copy.c555 struct grid_cell gc; in window_copy_vadd()
1674 struct grid_cell gc; in window_copy_cmd_previous_matching_bracket()
1760 struct grid_cell gc; in window_copy_cmd_next_matching_bracket()
3216 struct grid_cell gc; in window_copy_search_lr()
3260 struct grid_cell gc; in window_copy_search_rl()
4007 struct grid_cell gc; in window_copy_search_mark_match()
4041 struct grid_cell gc; in window_copy_search_marks()
4223 struct grid_cell gc; in window_copy_match_at_cursor()
4268 struct grid_cell *gc, const struct grid_cell *mgc, in window_copy_update_style()
4269 const struct grid_cell *cgc, const struct grid_cell *mkgc) in window_copy_update_style()
[all …]
H A Dwindow-clock.c213 struct grid_cell gc; in window_clock_draw_screen()
H A Dcmd-capture-pane.c112 struct grid_cell *gc = NULL; in cmd_capture_pane_history()
H A Dpopup.c36 struct grid_cell border_cell;
40 struct grid_cell defaults;
221 struct grid_cell defaults; in popup_draw_cb()
H A Dstatus.c375 struct grid_cell gc; in status_redraw()
557 struct grid_cell gc; in status_message_redraw()
734 u_int pwidth, u_int *width, struct grid_cell *gc, in status_prompt_redraw_character()
768 struct grid_cell *gc) in status_prompt_redraw_quote()
790 struct grid_cell gc; in status_prompt_redraw()
H A Dcmd-display-panes.c67 struct grid_cell fgc, bgc; in cmd_display_panes_draw_pane()
H A Dwindow-tree.c513 u_int sx, u_int sy, const struct grid_cell *gc, const char *label) in window_tree_draw_label()
543 struct grid_cell gc; in window_tree_draw_session()
676 struct grid_cell gc; in window_tree_draw_window()
H A Dserver-fn.c313 struct grid_cell gc; in server_destroy_pane()
H A Dformat.c947 struct grid_cell gc; in format_cb_pane_fg()
961 struct grid_cell gc; in format_cb_pane_bg()
1110 struct grid_cell gc; in format_cb_cursor_character()
5221 format_is_word_separator(const char *ws, const struct grid_cell *gc) in format_is_word_separator()
5235 struct grid_cell gc; in format_grid_word()
5304 struct grid_cell gc; in format_grid_line()
5334 struct grid_cell gc; in format_grid_hyperlink()
H A Dformat-draw.c689 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, in format_draw()
722 struct grid_cell gc, current_default; in format_draw()
H A Dmode-tree.c656 struct grid_cell gc0, gc; in mode_tree_draw()
H A Dwindow-customize.c659 struct grid_cell gc; in window_customize_draw_option()
H A Dwindow.c550 struct grid_cell *gc1, *gc2; in window_redraw_active_switch()