menuconfig: Assign jump keys per-page instead of globally
authorBenjamin Poirier <bpoirier@suse.de>
Thu, 23 Aug 2012 18:55:08 +0000 (14:55 -0400)
committerMichal Marek <mmarek@suse.cz>
Thu, 27 Sep 2012 16:09:24 +0000 (18:09 +0200)
commit95ac9b3b585d20df116c5bea1511d9eb5758ac81
treec106d3003823ecbda997f295c75974385d560b9e
parent1a374ae6191e9c440f1953a264a94d38173737be
menuconfig: Assign jump keys per-page instead of globally

At the moment, keys 1-9 are assigned to the first 9 search results. This patch
makes them assigned to the first 9 results per-page instead. We are much less
likely to run out of keys that way.

Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/expr.h
scripts/kconfig/lkc_proto.h
scripts/kconfig/lxdialog/dialog.h
scripts/kconfig/lxdialog/textbox.c
scripts/kconfig/mconf.c
scripts/kconfig/menu.c