Home
last modified time | relevance | path

Searched refs:INPUTBOX_HEIGHT_MIN (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/lxdialog/
H A Ddialog.h167 #define INPUTBOX_HEIGHT_MIN 2 /* For dialog_inputbox() */ macro
H A Dinputbox.c46 if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGHT_MIN)) in dialog_inputbox()