Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/lxdialog/
Ddialog.h188 #define INPUTBOX_WIDTH_MIN 2 macro
Dinputbox.c48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox()