Home
last modified time | relevance | path

Searched refs:pum_height (Results 1 – 6 of 6) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dpopupmnu.c191 pum_height = size; in pum_display()
197 pum_height = (int)p_ph; in pum_display()
216 pum_height = size; in pum_display()
224 pum_height = (int)p_ph; in pum_display()
243 pum_height = size; in pum_display()
252 if ((pum_height < 1) || ((pum_height == 1) && (size > 1))) { in pum_display()
271 if (pum_height < size) { in pum_display()
456 thumb_height = pum_height * pum_height / pum_size; in pum_redraw()
687 if (pum_height > 2) { in pum_set_selected()
921 return pum_height; in pum_get_height()
[all …]
H A Dui.c243 int pum_height = 0; in ui_pum_get_height() local
247 pum_height = in ui_pum_get_height()
248 pum_height != 0 ? MIN(pum_height, ui_pum_height) : ui_pum_height; in ui_pum_get_height()
251 return pum_height; in ui_pum_get_height()
261 *pheight = uis[i]->pum_height; in ui_pum_get_pos()
H A Dui.h60 double pum_height; member
/dports/editors/vim/vim-8.2.3745/src/
H A Dpopupmenu.c142 pum_height = size; in pum_display()
146 pum_height = p_ph; in pum_display()
164 pum_height = size; in pum_display()
174 pum_height = p_ph; in pum_display()
194 pum_height = size; in pum_display()
196 pum_height = p_ph; in pum_display()
200 if (pum_height < 1 || (pum_height == 1 && size > 1)) in pum_display()
227 if (pum_height < size) in pum_display()
433 thumb_height = pum_height * pum_height / pum_size; in pum_redraw()
763 if (pum_height > 2) in pum_set_selected()
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dpopupmenu_spec.lua402 local pum_height = 6
404 meths.ui_pum_set_height(pum_height)
419 pos=pum_height-2,
455 local pum_height = 6
457 meths.ui_pum_set_height(pum_height)
474 pos=pum_height-2,
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dui.c107 ui->pum_height = 0.0; in nvim_ui_attach()
385 ui->pum_height = (double)height; in nvim_ui_pum_set_bounds()