Searched refs:tty_window_offset (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | cmd-display-menu.c | 218 tty_window_offset(&tc->tty, &ox, &oy, &sx, &sy); in cmd_display_menu_get_position()
|
| D | screen-redraw.c | 613 tty_window_offset(&c->tty, &ctx->ox, &ctx->oy, &ctx->sx, &ctx->sy); in screen_redraw_set_context()
|
| D | format.c | 2395 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy)) in format_cb_window_bigger() 2567 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy)) in format_cb_window_offset_x() 2581 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy)) in format_cb_window_offset_y()
|
| D | server-client.c | 855 tty_window_offset(&c->tty, &m->ox, &m->oy, &sx, &sy); in server_client_check_mouse() 2934 tty_window_offset(tty, &ox, &oy, &sx, &sy); in server_client_reset_state()
|
| D | screen-write.c | 158 ttyctx->bigger = tty_window_offset(&c->tty, &ttyctx->wox, &ttyctx->woy, in screen_write_set_client_cb()
|
| D | tmux.h | 2409 int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *);
|
| D | tty.c | 905 tty_window_offset(struct tty *tty, u_int *ox, u_int *oy, u_int *sx, u_int *sy) in tty_window_offset() function
|