From: Randy Dunlap <rdunlap@xenotime.net>
To: Benjamin Poirier <bpoirier@suse.de>
Cc: Michal Marek <mmarek@suse.cz>,
Lucas De Marchi <lucas.demarchi@profusion.mobi>,
Arnaud Lacombe <lacombar@gmail.com>,
linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] menuconfig: make keys u/d move to the previous/next dialog page
Date: Tue, 24 Jul 2012 10:38:55 -0700 [thread overview]
Message-ID: <500EDDAF.4040506@xenotime.net> (raw)
In-Reply-To: <1343139783-22776-1-git-send-email-bpoirier@suse.de>
On 07/24/2012 07:23 AM, Benjamin Poirier wrote:
> ... just like less(1) for example.
>
Looks like some help text in mconf.c and nconf.c should be updated
also...
> Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
> ---
> scripts/kconfig/lxdialog/textbox.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/scripts/kconfig/lxdialog/textbox.c b/scripts/kconfig/lxdialog/textbox.c
> index 154c2dd..805200f 100644
> --- a/scripts/kconfig/lxdialog/textbox.c
> +++ b/scripts/kconfig/lxdialog/textbox.c
> @@ -190,6 +190,7 @@ do_resize:
> break;
> case 'B': /* Previous page */
> case 'b':
> + case 'u':
> case KEY_PPAGE:
> if (begin_reached)
> break;
> @@ -214,6 +215,7 @@ do_resize:
> break;
> case KEY_NPAGE: /* Next page */
> case ' ':
> + case 'd':
> if (end_reached)
> break;
>
--
~Randy
next prev parent reply other threads:[~2012-07-24 17:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-24 14:23 [PATCH] menuconfig: make keys u/d move to the previous/next dialog page Benjamin Poirier
2012-07-24 17:38 ` Randy Dunlap [this message]
2012-07-24 20:12 ` [PATCH v2 1/2] menuconfig: add u, d, q command keys in text boxes Benjamin Poirier
2012-07-24 20:12 ` [PATCH v2 2/2] nconf: add u, d command keys in scroll windows Benjamin Poirier
2012-07-26 10:30 ` Michal Marek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=500EDDAF.4040506@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=bpoirier@suse.de \
--cc=lacombar@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucas.demarchi@profusion.mobi \
--cc=mmarek@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.