Home
last modified time | relevance | path

Searched defs:Y_2_ROW (Results 1 – 1 of 1) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.h91 # define Y_2_ROW(y) ((y) / gui.char_height) macro
99 # define Y_2_ROW(y) (((y) - gui.border_offset) / gui.char_height) macro