Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/kconfig/lxdialog/
Ddialog.h207 #define INPUTBOX_WIDTH_MIN 2 macro
Dinputbox.c61 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox()