From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbWGYHJX (ORCPT ); Tue, 25 Jul 2006 03:09:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751487AbWGYHJX (ORCPT ); Tue, 25 Jul 2006 03:09:23 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:28302 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S1751486AbWGYHJX (ORCPT ); Tue, 25 Jul 2006 03:09:23 -0400 Date: Tue, 25 Jul 2006 09:09:04 +0200 From: Sam Ravnborg To: LKML , Roman Zippel Subject: Re: [PATCH v2 0/3] kconfig/lxdialog: color theme support Message-ID: <20060725070904.GA3111@mars.ravnborg.org> References: <20060725065640.GA2685@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060725065640.GA2685@mars.ravnborg.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 25, 2006 at 08:56:40AM +0200, Sam Ravnborg wrote: > Second iteration of the patchset to add color theme support to lxdialog. > This patchset allow the menuconfig user to select between a number of > different color themes for menuconfig: > blackbg, classic, mono and bluetitle > > The latter is the default after applying this patchset. > To select a color theme use: > make MENUCONFIG_COLOR=blackbg menuconfig > > Changes since v1 of the patchset: > o Initial refactoring are now done so mono and classic are independent > o Renamed global variable to 'dlg' - the one containing the color > definitions > o Moved backtitle to the global variable 'dlg' so we have a single > global variable > o Added changes from Roman Zippel to bluetitle theme > o Made bluetitle theme default > o fix of SEGV when no theme was specified > > The patchset is also available at: > git://git.kernel.org/pub/scm/linux/kernel/sam/lxdialog.git Make that: git://git.kernel.org/pub/scm/linux/kernel/git/sam/lxdialog.git Sam