Searched refs:wsx (Results 1 – 5 of 5) sorted by relevance
1079 if (xoff + nx <= ctx->wox || xoff >= ctx->wox + ctx->wsx || in tty_is_visible()1096 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) { in tty_clamp_line()1101 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) { in tty_clamp_line()1105 *rx = ctx->wsx; in tty_clamp_line()1115 *rx = ctx->wsx - *x; in tty_clamp_line()1200 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) { in tty_clamp_area()1205 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) { in tty_clamp_area()1209 *rx = ctx->wsx; in tty_clamp_area()1219 *rx = ctx->wsx - *x; in tty_clamp_area()1623 &ttyctx->wsx, &ttyctx->wsy); in tty_set_client_cb()[all …]
122 ttyctx->wsx = c->tty.sx; in popup_set_client_cb()
159 &ttyctx->wsx, &ttyctx->wsy); in screen_write_set_client_cb()
1584 u_int wsx; member
154 Jan Oravec <wsx at wsx6 dot net>