From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:61639 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750720Ab3FPEIb (ORCPT ); Sun, 16 Jun 2013 00:08:31 -0400 Date: Sun, 16 Jun 2013 12:07:58 +0800 From: Wang YanQing Subject: Re: [PATCH kbuild-next] kconfig/lxdialog: Add definitions for mininimum (re)size values Message-ID: <20130616040758.GA2022@udknight> References: <1371287255-4172-1-git-send-email-sedat.dilek@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371287255-4172-1-git-send-email-sedat.dilek@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sedat Dilek Cc: Sam Ravnborg , Michal Marek , Benjamin Poirier , "Yann E. MORIN" , Dirk Gouders , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On Sat, Jun 15, 2013 at 11:07:35AM +0200, Sedat Dilek wrote: > Commit c8dc68ad0fbd ("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 Acked-by: Wang YanQing