Searched refs:sl_mpos (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | server-client.c | 589 u_int *sl_mpos) in server_client_check_mouse_in_pane() argument 637 *sl_mpos = (py - wp->sb_slider_y - wp->yoff); in server_client_check_mouse_in_pane() 676 u_int x, y, b, sx, sy, px, py, sl_mpos = 0; in server_client_check_mouse() local 868 &sl_mpos); in server_client_check_mouse() 1275 c->tty.mouse_slider_mpos = sl_mpos; in server_client_check_mouse()
|
| D | window-copy.c | 607 window_copy_scroll(struct window_pane *wp, int sl_mpos, u_int my, in window_copy_scroll() argument 614 window_copy_scroll1(wme, wp, sl_mpos, my, scroll_exit); in window_copy_scroll() 620 int sl_mpos, u_int my, int scroll_exit) in window_copy_scroll1() argument 634 if (my <= sb_top + sl_mpos) { in window_copy_scroll1() 637 } else if (my - sl_mpos > sb_top + sb_height - slider_height) { in window_copy_scroll1() 642 new_slider_y = my - wp->yoff - sl_mpos + 1; in window_copy_scroll1()
|