Home
last modified time | relevance | path

Searched refs:height_inc (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c7746 || xterm_hints.height_inc <= 1) in do_xterm_trace()
7762 xterm_hints.y = win_y - (xterm_hints.height_inc * mouse_row) in do_xterm_trace()
7763 - (xterm_hints.height_inc / 2); in do_xterm_trace()
7764 if (xterm_hints.y <= xterm_hints.height_inc / 2) in do_xterm_trace()
7781 row = check_row((win_y - xterm_hints.y) / xterm_hints.height_inc); in do_xterm_trace()
H A Dpopupwin.c272 int height_inc = mouse_row - drag_start_row; in popup_drag() local
285 if (height_inc != 0) in popup_drag()
287 int height = wp->w_height + height_inc; in popup_drag()
H A Dgui_gtk_x11.c2936 geometry.height_inc = gui.char_height; in update_window_manager_hints()