Searched refs:INPUTBOX_WIDTH_MIN (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/tools/kconfig/lxdialog/ | ||
D | dialog.h | 207 #define INPUTBOX_WIDTH_MIN 2 macro |
D | inputbox.c | 61 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox() |