From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ngcobalt07.manitu.net ([217.11.48.107]:54718 "EHLO ngcobalt07.manitu.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753600Ab3BASbf (ORCPT ); Fri, 1 Feb 2013 13:31:35 -0500 Date: Fri, 1 Feb 2013 19:30:47 +0100 From: Roland Eggner Subject: Re: [PATCH resend v3 2/3] kconfig: nconf: rewrite labels of function keys line Message-ID: <20130201183047.GC11098@mobil.systemanalysen.net> Reply-To: Roland Eggner References: <20130201182237.GA11098@mobil.systemanalysen.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline In-Reply-To: <20130201182237.GA11098@mobil.systemanalysen.net> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Yann E. MORIN" , Dmitry Voytik , Michal Marek , Stephen Boyd , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable >From: Roland Eggner More reasonable labels of function keys line. Rename labels and keep menu= =20 width, as required for fitting on COLUMNS=3D80 terminals: =E2=80=A2 s/Insts/Help 2/ =E2=80=A2 s/Config/ShowAll/ Signed-off-by: Roland Eggner --- scripts/kconfig/nconf.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) To be applied on vanilla 3.8-rc3 diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -312,19 +312,19 @@ struct function_keys function_keys[] =3D { }, { .key_str =3D "F2", - .func =3D "Sym Info", + .func =3D "SymInfo", .key =3D F_SYMBOL, .handler =3D handle_f2, }, { .key_str =3D "F3", - .func =3D "Insts", + .func =3D "Help 2", .key =3D F_INSTS, .handler =3D handle_f3, }, { .key_str =3D "F4", - .func =3D "Config", + .func =3D "ShowAll", .key =3D F_CONF, .handler =3D handle_f4, }, @@ -348,7 +348,7 @@ struct function_keys function_keys[] =3D { }, { .key_str =3D "F8", - .func =3D "Sym Search", + .func =3D "SymSearch", .key =3D F_SEARCH, .handler =3D handle_f8, }, --=20 Roland Eggner --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlEMCdcACgkQdN/hKfT7G/JugwCgp4W7H99DY14iHOFeDQuGowfz q9cAn3ktvLHwOENBMtHRAIlmP5aEX6r+ =/LKQ -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD--