| window-copy.c | 243 u_int selx; /* beginning of selection */ member in struct:window_copy_mode_data 941 format_add(ft, "selection_start_x", "%d", data->selx); 950 if (data->endselx != data->selx || data->endsely != data->sely) 4585 data->selx = data->selrx; 4608 data->selx = data->selrx; 4616 data->selx = xx; 4668 data->selx = data->cx; 4671 data->endselx = data->selx; 4680 window_copy_adjust_selection(struct window_mode_entry *wme, u_int *selx, 4688 sx = *selx; 4799 u_int firstsx, lastex, restex, restsx, selx; local 5187 u_int selx, sely, cy, yy, hsize; local [all...] |