Searched refs:text_area_height (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui.c1144 int text_area_height; local
1182 text_area_height = gui.num_rows * gui.char_height + gui.border_offset * 2;
1187 text_area_height
1198 text_area_y + text_area_height,
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddispnew.c6378 int text_area_x, text_area_y, text_area_width, text_area_height;
6381 &text_area_height);
6384 if (w->cursor.y >= text_area_y + text_area_height)
6357 int text_area_x, text_area_y, text_area_width, text_area_height; local

Completed in 96 milliseconds