Searched refs:tty_ctx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtmux.h67 struct tty_ctx;
888 struct tty_ctx *);
1451 typedef void (*tty_ctx_redraw_cb)(const struct tty_ctx *);
1452 typedef int (*tty_ctx_set_client_cb)(struct tty_ctx *, struct client *);
1453 struct tty_ctx { struct
2341 void tty_write(void (*)(struct tty *, const struct tty_ctx *),
2342 struct tty_ctx *);
2343 void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
2344 void tty_cmd_cell(struct tty *, const struct tty_ctx *);
2345 void tty_cmd_cells(struct tty *, const struct tty_ctx *);
[all...]
H A Dtty.c41 static void tty_cursor_pane(struct tty *, const struct tty_ctx *, u_int,
44 const struct tty_ctx *, u_int, u_int);
57 static void tty_region_pane(struct tty *, const struct tty_ctx *, u_int,
60 static void tty_margin_pane(struct tty *, const struct tty_ctx *);
62 static int tty_large_region(struct tty *, const struct tty_ctx *);
65 static void tty_redraw_region(struct tty *, const struct tty_ctx *);
69 static void tty_draw_pane(struct tty *, const struct tty_ctx *, u_int);
1020 tty_large_region(__unused struct tty *tty, const struct tty_ctx *ctx)
1045 tty_redraw_region(struct tty *tty, const struct tty_ctx *ctx)
1066 tty_is_visible(__unused struct tty *tty, const struct tty_ctx *ct
[all...]
H A Dpopup.c103 popup_redraw_cb(const struct tty_ctx *ttyctx)
111 popup_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
138 popup_init_ctx_cb(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx)
H A Dwindow-copy.c528 struct tty_ctx *ttyctx)

Completed in 149 milliseconds