Searched refs:mouse_col (Results 1 – 1 of 1) sorted by relevance
2640 int mouse_col = scr->mouse % N_COLS(dconf); in mouse_moverel() local2644 if (mouse_col + dx >= MAXCOL(dconf)) in mouse_moverel()2645 mouse_col = MAXCOL(dconf); in mouse_moverel()2647 if (mouse_col + dx <= 0) in mouse_moverel()2648 mouse_col = 0; in mouse_moverel()2650 mouse_col += dx; in mouse_moverel()2660 scr->mouse = mouse_row * N_COLS(dconf) + mouse_col; in mouse_moverel()2741 u_int mouse_col = scr->cpy_end % N_COLS(dconf); in skip_spc_right() local2742 u_int limit = current + (N_COLS(dconf) - mouse_col - 1); in skip_spc_right()2773 u_int mouse_col = scr->mouse % N_COLS(dconf); in skip_spc_left() local[all …]