HomeSort by: relevance | last modified time | path
    Searched refs:old_cx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
input.c 107 u_int old_cx; member in struct:input_ctx
823 ictx->old_cx = 0;
835 ictx->old_cx = s->cx;
851 screen_write_cursormove(sctx, ictx->old_cx, ictx->old_cy, 0);
window-copy.c 4648 u_int old_cx, old_cy; local
4650 old_cx = data->cx; old_cy = data->cy;
4652 if (old_cx == screen_size_x(s))
5844 u_int x, y, old_cx, old_cy; local
5866 old_cx = data->cx;
5872 if (old_cy != data->cy || old_cx == data->cx) {

Completed in 21 milliseconds