From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755242Ab0G1Plx (ORCPT ); Wed, 28 Jul 2010 11:41:53 -0400 Received: from cantor.suse.de ([195.135.220.2]:59083 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751768Ab0G1Plv (ORCPT ); Wed, 28 Jul 2010 11:41:51 -0400 Message-ID: <4C504FBB.3020600@suse.cz> Date: Wed, 28 Jul 2010 17:41:47 +0200 From: Michal Marek User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: trapdoor6@gmail.com Cc: Sam Ravnborg , LKML , "Justin P. Mattock" , trivial@kernel.org, Nir Tzachar Subject: Re: Small typo in kernel [current source from git] .config option References: <20100727165549.GC26649@merkur.ravnborg.org> <4C500E41.40708@suse.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (adding Nir, who wrote nconfig, to CC). On 28.7.2010 14:17, trapDoor wrote: > On Wed, Jul 28, 2010 at 12:02 PM, Michal Marek wrote: >> respectively). Unfortunatelly, there doesn't seem to be a way to >> highlight single letters in an ncurses menu, hence the strange >> cApitalization :(. > > I wonder how is this resolved in other console applications such as > Midnight Commander. Does it have its own implementation for > highlighting characters (it uses coloured mnemonics e.g. in menus) or > it's based on some common Linux/Unix library which perhaps could be > used for the nconfig as well? The problem is that nconfig uses the higher-level ncurses libraries libmenu and libpanel, which make some things easier, but aren't as flexible as using ncurses directly. Patches are welcome of course :-). Michal