Symbol: window_copy_cursor_offset
usr.bin/tmux/window-copy.c
5388
screen_write_cursormove(ctx, window_copy_cursor_offset(wme,
usr.bin/tmux/window-copy.c
5448
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)),
usr.bin/tmux/window-copy.c
5462
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)), data->cy,
usr.bin/tmux/window-copy.c
5619
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)),
usr.bin/tmux/window-copy.c
5636
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)),
usr.bin/tmux/window-copy.c
5684
selx = window_copy_cursor_offset(wme, data->selx, sx);
usr.bin/tmux/window-copy.c
5692
endselx = window_copy_cursor_offset(wme, data->endselx, sx);
usr.bin/tmux/window-copy.c
5702
cursorx = window_copy_cursor_offset(wme, data->cx, sx);
usr.bin/tmux/window-copy.c
5843
sx = window_copy_cursor_offset(wme, sx, screen_size_x(s));
usr.bin/tmux/window-copy.c
5844
endsx = window_copy_cursor_offset(wme, endsx, screen_size_x(s));
usr.bin/tmux/window-copy.c
631
data->screen.cx = window_copy_cursor_offset(wme, data->cx,
usr.bin/tmux/window-copy.c
641
screen_write_cursormove(&ctx, window_copy_cursor_offset(wme, data->cx,
usr.bin/tmux/window-copy.c
67
static u_int window_copy_cursor_offset(struct window_mode_entry *, u_int,
usr.bin/tmux/window-copy.c
6849
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)),
usr.bin/tmux/window-copy.c
6871
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)), data->cy,
usr.bin/tmux/window-copy.c
6917
window_copy_cursor_offset(wme, data->cx, screen_size_x(s)),
usr.bin/tmux/window-copy.c
6935
screen_write_cursormove(&ctx, window_copy_cursor_offset(wme, data->cx,