Home
last modified time | relevance | path

Searched refs:screen_redraw_ctx (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dscreen-redraw.c26 static void screen_redraw_draw_borders(struct screen_redraw_ctx *);
27 static void screen_redraw_draw_panes(struct screen_redraw_ctx *);
28 static void screen_redraw_draw_status(struct screen_redraw_ctx *);
29 static void screen_redraw_draw_pane(struct screen_redraw_ctx *,
32 struct screen_redraw_ctx *);
33 static void screen_redraw_draw_pane_scrollbars(struct screen_redraw_ctx *);
34 static void screen_redraw_draw_scrollbar(struct screen_redraw_ctx *,
36 static void screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *,
117 screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp, in screen_redraw_pane_border()
197 screen_redraw_cell_border(struct screen_redraw_ctx *ctx, u_int px, u_int py) in screen_redraw_cell_border()
[all …]
Dcmd-display-panes.c59 cmd_display_panes_draw_pane(struct screen_redraw_ctx *ctx, in cmd_display_panes_draw_pane()
199 struct screen_redraw_ctx *ctx) in cmd_display_panes_draw()
Dmenu.c197 __unused struct screen_redraw_ctx *rctx) in menu_draw_cb()
Dtmux.h997 struct screen_redraw_ctx { struct
1840 struct screen_redraw_ctx *);
3467 struct screen_redraw_ctx *);
Dpopup.c213 popup_draw_cb(struct client *c, void *data, struct screen_redraw_ctx *rctx) in popup_draw_cb()