Home
last modified time | relevance | path

Searched refs:tty_window_offset (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-display-menu.c218 tty_window_offset(&tc->tty, &ox, &oy, &sx, &sy); in cmd_display_menu_get_position()
Dscreen-redraw.c613 tty_window_offset(&c->tty, &ctx->ox, &ctx->oy, &ctx->sx, &ctx->sy); in screen_redraw_set_context()
Dformat.c2395 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()
Dserver-client.c855 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()
Dscreen-write.c158 ttyctx->bigger = tty_window_offset(&c->tty, &ttyctx->wox, &ttyctx->woy, in screen_write_set_client_cb()
Dtmux.h2409 int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *);
Dtty.c905 tty_window_offset(struct tty *tty, u_int *ox, u_int *oy, u_int *sx, u_int *sy) in tty_window_offset() function