Searched refs:popup_left_extra (Results 1 – 5 of 5) sorted by relevance
10 int popup_left_extra(win_T *wp);
1270 col -= popup_left_extra(curwin); in term_send_mouse()2184 col -= popup_left_extra(curwin); in send_keys_to_term()2230 wp->w_wcol += popup_left_extra(wp); in position_cursor()
3087 left_off = popup_left_extra(wp); in f_getmousepos()
1205 curwin->w_wcol += popup_left_extra(curwin); in curs_columns()
1071 popup_left_extra(win_T *wp) in popup_left_extra() function