screen_redraw_ctx
struct screen_redraw_ctx *ctx)
cmd_display_panes_draw_pane(struct screen_redraw_ctx *ctx,
__unused struct screen_redraw_ctx *rctx)
popup_draw_cb(struct client *c, void *data, struct screen_redraw_ctx *rctx)
screen_redraw_draw_pane_scrollbars(struct screen_redraw_ctx *ctx)
screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *ctx,
screen_redraw_draw_scrollbar(struct screen_redraw_ctx *ctx,
screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp,
screen_redraw_cell_border(struct screen_redraw_ctx *ctx, u_int px, u_int py)
screen_redraw_type_of_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py)
static void screen_redraw_draw_borders(struct screen_redraw_ctx *);
static void screen_redraw_draw_panes(struct screen_redraw_ctx *);
static void screen_redraw_draw_status(struct screen_redraw_ctx *);
static void screen_redraw_draw_pane(struct screen_redraw_ctx *,
struct screen_redraw_ctx *);
static void screen_redraw_draw_pane_scrollbars(struct screen_redraw_ctx *);
screen_redraw_check_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py,
static void screen_redraw_draw_scrollbar(struct screen_redraw_ctx *,
static void screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *,
screen_redraw_check_is(struct screen_redraw_ctx *ctx, u_int px, u_int py,
struct screen_redraw_ctx *rctx, enum pane_lines pane_lines)
screen_redraw_draw_pane_status(struct screen_redraw_ctx *ctx)
screen_redraw_update(struct screen_redraw_ctx *ctx, uint64_t flags)
screen_redraw_set_context(struct client *c, struct screen_redraw_ctx *ctx)
struct screen_redraw_ctx ctx;
struct screen_redraw_ctx ctx;
screen_redraw_draw_borders_style(struct screen_redraw_ctx *ctx, u_int x,
screen_redraw_draw_border_arrows(struct screen_redraw_ctx *ctx, u_int i,
screen_redraw_draw_borders_cell(struct screen_redraw_ctx *ctx, u_int i, u_int j)
screen_redraw_draw_borders(struct screen_redraw_ctx *ctx)
screen_redraw_draw_panes(struct screen_redraw_ctx *ctx)
screen_redraw_draw_status(struct screen_redraw_ctx *ctx)
screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)