HomeSort by: relevance | last modified time | path
    Searched defs:tty_ctx (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
tmux.h 75 struct tty_ctx;
1000 struct tty_ctx *);
1626 typedef void (*tty_ctx_redraw_cb)(const struct tty_ctx *);
1627 typedef int (*tty_ctx_set_client_cb)(struct tty_ctx *, struct client *);
1628 struct tty_ctx { struct
2553 void tty_write(void (*)(struct tty *, const struct tty_ctx *),
2554 struct tty_ctx *);
2555 void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
2556 void tty_cmd_cell(struct tty *, const struct tty_ctx *);
2557 void tty_cmd_cells(struct tty *, const struct tty_ctx *);
    [all...]

Completed in 68 milliseconds