Searched refs:old_cy (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dinput.c86 u_int old_cy; member in struct:input_ctx
776 ictx->old_cy = 0;
788 ictx->old_cy = s->cy;
803 screen_write_cursormove(sctx, ictx->old_cx, ictx->old_cy, 0);
H A Dwindow-copy.c546 u_int old_hsize, old_cy; local
570 old_cy = backing->cy;
591 window_copy_redraw_lines(wme, old_cy, backing->cy - old_cy + 1);
4435 u_int old_cx, old_cy; local
4437 old_cx = data->cx; old_cy = data->cy;
4440 window_copy_redraw_lines(wme, old_cy, 1);
5617 u_int x, y, old_cx, old_cy; local
5640 old_cy = data->cy;
5644 window_copy_redraw_selection(wme, old_cy);
[all...]

Completed in 136 milliseconds