Symbol: screen_redraw_ctx
usr.bin/tmux/cmd-display-panes.c
199
struct screen_redraw_ctx *ctx)
usr.bin/tmux/cmd-display-panes.c
59
cmd_display_panes_draw_pane(struct screen_redraw_ctx *ctx,
usr.bin/tmux/menu.c
261
__unused struct screen_redraw_ctx *rctx)
usr.bin/tmux/popup.c
270
popup_draw_cb(struct client *c, void *data, struct screen_redraw_ctx *rctx)
usr.bin/tmux/screen-redraw.c
1012
screen_redraw_draw_pane_scrollbars(struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
1029
screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *ctx,
usr.bin/tmux/screen-redraw.c
1079
screen_redraw_draw_scrollbar(struct screen_redraw_ctx *ctx,
usr.bin/tmux/screen-redraw.c
121
screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp,
usr.bin/tmux/screen-redraw.c
216
screen_redraw_cell_border(struct screen_redraw_ctx *ctx, u_int px, u_int py)
usr.bin/tmux/screen-redraw.c
253
screen_redraw_type_of_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py)
usr.bin/tmux/screen-redraw.c
26
static void screen_redraw_draw_borders(struct screen_redraw_ctx *);
usr.bin/tmux/screen-redraw.c
27
static void screen_redraw_draw_panes(struct screen_redraw_ctx *);
usr.bin/tmux/screen-redraw.c
28
static void screen_redraw_draw_status(struct screen_redraw_ctx *);
usr.bin/tmux/screen-redraw.c
29
static void screen_redraw_draw_pane(struct screen_redraw_ctx *,
usr.bin/tmux/screen-redraw.c
32
struct screen_redraw_ctx *);
usr.bin/tmux/screen-redraw.c
33
static void screen_redraw_draw_pane_scrollbars(struct screen_redraw_ctx *);
usr.bin/tmux/screen-redraw.c
335
screen_redraw_check_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py,
usr.bin/tmux/screen-redraw.c
34
static void screen_redraw_draw_scrollbar(struct screen_redraw_ctx *,
usr.bin/tmux/screen-redraw.c
36
static void screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *,
usr.bin/tmux/screen-redraw.c
433
screen_redraw_check_is(struct screen_redraw_ctx *ctx, u_int px, u_int py,
usr.bin/tmux/screen-redraw.c
447
struct screen_redraw_ctx *rctx, enum pane_lines pane_lines)
usr.bin/tmux/screen-redraw.c
517
screen_redraw_draw_pane_status(struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
578
screen_redraw_update(struct screen_redraw_ctx *ctx, uint64_t flags)
usr.bin/tmux/screen-redraw.c
614
screen_redraw_set_context(struct client *c, struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
650
struct screen_redraw_ctx ctx;
usr.bin/tmux/screen-redraw.c
695
struct screen_redraw_ctx ctx;
usr.bin/tmux/screen-redraw.c
715
screen_redraw_draw_borders_style(struct screen_redraw_ctx *ctx, u_int x,
usr.bin/tmux/screen-redraw.c
741
screen_redraw_draw_border_arrows(struct screen_redraw_ctx *ctx, u_int i,
usr.bin/tmux/screen-redraw.c
813
screen_redraw_draw_borders_cell(struct screen_redraw_ctx *ctx, u_int i, u_int j)
usr.bin/tmux/screen-redraw.c
884
screen_redraw_draw_borders(struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
905
screen_redraw_draw_panes(struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
921
screen_redraw_draw_status(struct screen_redraw_ctx *ctx)
usr.bin/tmux/screen-redraw.c
943
screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)