Symbol: tty_ctx
usr.bin/tmux/popup.c
151
popup_redraw_cb(const struct tty_ctx *ttyctx)
usr.bin/tmux/popup.c
159
popup_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
usr.bin/tmux/popup.c
186
popup_init_ctx_cb(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx)
usr.bin/tmux/screen-write.c
1068
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1096
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1124
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1152
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1181
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
122
screen_write_redraw_cb(const struct tty_ctx *ttyctx)
usr.bin/tmux/screen-write.c
1228
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
132
screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
usr.bin/tmux/screen-write.c
1373
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1471
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1503
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1532
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1555
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1584
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
1731
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
174
screen_write_initctx(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx,
usr.bin/tmux/screen-write.c
1960
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
2099
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
2281
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
2296
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
2311
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
2335
struct tty_ctx ttyctx;
usr.bin/tmux/screen-write.c
573
struct tty_ctx ttyctx;
usr.bin/tmux/tmux.h
1015
struct tty_ctx *);
usr.bin/tmux/tmux.h
1676
typedef void (*tty_ctx_redraw_cb)(const struct tty_ctx *);
usr.bin/tmux/tmux.h
1677
typedef int (*tty_ctx_set_client_cb)(struct tty_ctx *, struct client *);
usr.bin/tmux/tmux.h
2640
void tty_write(void (*)(struct tty *, const struct tty_ctx *),
usr.bin/tmux/tmux.h
69
struct tty_ctx;
usr.bin/tmux/tty.c
1056
tty_large_region(__unused struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1081
tty_redraw_region(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1102
tty_is_visible(__unused struct tty *tty, const struct tty_ctx *ctx, u_int px,
usr.bin/tmux/tty.c
1118
tty_clamp_line(struct tty *tty, const struct tty_ctx *ctx, u_int px, u_int py,
usr.bin/tmux/tty.c
1210
tty_clear_pane_line(struct tty *tty, const struct tty_ctx *ctx, u_int py,
usr.bin/tmux/tty.c
1224
tty_clamp_area(struct tty *tty, const struct tty_ctx *ctx, u_int px, u_int py,
usr.bin/tmux/tty.c
1358
tty_clear_pane_area(struct tty *tty, const struct tty_ctx *ctx, u_int py,
usr.bin/tmux/tty.c
1368
tty_draw_pane(struct tty *tty, const struct tty_ctx *ctx, u_int py)
usr.bin/tmux/tty.c
1496
tty_client_ready(const struct tty_ctx *ctx, struct client *c)
usr.bin/tmux/tty.c
1518
tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *),
usr.bin/tmux/tty.c
1519
struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1539
tty_cmd_insertcharacter(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1562
tty_cmd_deletecharacter(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1585
tty_cmd_clearcharacter(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1594
tty_cmd_insertline(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1622
tty_cmd_deleteline(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1650
tty_cmd_clearline(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1659
tty_cmd_clearendofline(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1670
tty_cmd_clearstartofline(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1679
tty_cmd_reverseindex(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1713
tty_cmd_linefeed(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1756
tty_cmd_scrollup(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1795
tty_cmd_scrolldown(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1829
tty_cmd_clearendofscreen(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1854
tty_cmd_clearstartofscreen(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1879
tty_cmd_clearscreen(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1898
tty_cmd_alignmenttest(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1921
tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
1968
tty_cmd_cells(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
2015
tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
2043
tty_cmd_rawstring(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
2051
tty_cmd_syncstart(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
2152
tty_region_pane(struct tty *tty, const struct tty_ctx *ctx, u_int rupper,
usr.bin/tmux/tty.c
2197
tty_margin_pane(struct tty *tty, const struct tty_ctx *ctx)
usr.bin/tmux/tty.c
2229
tty_cursor_pane_unless_wrap(struct tty *tty, const struct tty_ctx *ctx,
usr.bin/tmux/tty.c
2246
tty_cursor_pane(struct tty *tty, const struct tty_ctx *ctx, u_int cx, u_int cy)
usr.bin/tmux/tty.c
43
static void tty_cursor_pane(struct tty *, const struct tty_ctx *, u_int,
usr.bin/tmux/tty.c
46
const struct tty_ctx *, u_int, u_int);
usr.bin/tmux/tty.c
58
static void tty_region_pane(struct tty *, const struct tty_ctx *, u_int,
usr.bin/tmux/tty.c
61
static void tty_margin_pane(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tty.c
63
static int tty_large_region(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tty.c
64
static void tty_redraw_region(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tty.c
67
static void tty_draw_pane(struct tty *, const struct tty_ctx *, u_int);
usr.bin/tmux/window-copy.c
537
struct tty_ctx *ttyctx)