Searched refs:tty_draw_pane (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 68 static void tty_draw_pane(struct tty *, const struct tty_ctx *, u_int); 1068 tty_draw_pane(tty, ctx, i); in tty_redraw_region() 1337 tty_draw_pane(struct tty *tty, const struct tty_ctx *ctx, u_int py) in tty_draw_pane() function 1697 tty_draw_pane(tty, ctx, ctx->ocy); in tty_cmd_insertcharacter() 1720 tty_draw_pane(tty, ctx, ctx->ocy); in tty_cmd_deletecharacter() 2129 tty_draw_pane(tty, ctx, ctx->ocy); in tty_cmd_cells()
|