Home
last modified time | relevance | path

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

/netbsd/external/bsd/tmux/dist/
H A Dwindow-copy.c4451 u_int firstsx, lastex, restex, restsx, selx; in window_copy_get_selection() local
4516 restex = data->cx; in window_copy_get_selection()
4520 restex = data->cx + 1; in window_copy_get_selection()
4527 restex = selx + 1; in window_copy_get_selection()
4536 restex = xx; in window_copy_get_selection()
4545 (i == ey ? lastex : restex)); in window_copy_get_selection()