Symbol: tty_ctx
usr.bin/tmux/tmux.h
1678
struct tty_ctx {
usr.bin/tmux/tmux.h
2641
struct tty_ctx *);
usr.bin/tmux/tmux.h
2642
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2643
void tty_cmd_cell(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2644
void tty_cmd_cells(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2645
void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2646
void tty_cmd_clearendofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2647
void tty_cmd_clearline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2648
void tty_cmd_clearscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2649
void tty_cmd_clearstartofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2650
void tty_cmd_clearstartofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2651
void tty_cmd_deletecharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2652
void tty_cmd_clearcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2653
void tty_cmd_deleteline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2654
void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2655
void tty_cmd_insertline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2656
void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2657
void tty_cmd_scrollup(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2658
void tty_cmd_scrolldown(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2659
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2660
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2661
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2662
void tty_cmd_syncstart(struct tty *, const struct tty_ctx *);