]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig/lxdialog: Add definitions for mininimum (re)size values
authorSedat Dilek <sedat.dilek@gmail.com>
Sat, 15 Jun 2013 09:07:35 +0000 (11:07 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 16 Jun 2013 09:09:56 +0000 (11:09 +0200)
commit63eca02d6501197244acf46dab57517ff49c225b
tree37b5334076beafc4564697545bd676b3df2029cd
parent2668bb483186856e07492114dcb2924bb98a0cc6
kconfig/lxdialog: Add definitions for mininimum (re)size values

Commit 8d7dc2e6ebe1 ("kconfig/lxdialog: support resize") added support
for resizing, but forgot to collect all hardcoded values at one single
place.

Also add a definition for the check for a minimum screen/window size
of 80x19.

[ ChangeLog v3:
  * Rename MENU_{HEIGTH,WIDTH}_MIN -> MENUBOX_{HEIGTH,WIDTH}_MIN
  ChangeLog v2:
  * Rename WIN_{HEIGTH,WIDTH}_MIN -> WINDOW_{HEIGTH,WIDTH}_MIN
  * Mention the check for a minimum screen/window size in the changelog
  * Add a comment above the block of new definitions ]

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Acked-by: Wang YanQing <udknight@gmail.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/kconfig/lxdialog/checklist.c
scripts/kconfig/lxdialog/dialog.h
scripts/kconfig/lxdialog/inputbox.c
scripts/kconfig/lxdialog/menubox.c
scripts/kconfig/lxdialog/textbox.c
scripts/kconfig/lxdialog/util.c
scripts/kconfig/lxdialog/yesno.c