From f87f79c936654d2d0bd5fb746fe1efacca08f181 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 2 May 2018 21:24:58 +0200 Subject: menuconfig: Add a mode that shows invisible items When show-all mode is enabled, all items in the current menu are shown, including promptless and invisible items. Promptless items are shown with their name within <> brackets in place of the prompt. This will make it possible to jump to invisible items once the jump-to feature is added. It is also a handy feature on its own. .config loading from within the interface will make use of it as well, in case the current menu becomes complete invisible. Piggyback various code cleanups. Rename _visible* to _shown*, as it now includes invisible items in show-all mode. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d71639c..5351e2d 100644 --- a/README.rst +++ b/README.rst @@ -242,6 +242,10 @@ Two configuration interfaces are currently available: .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss6.png + "Show-all" mode, which includes promptless/invisible items: + + .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss9.png + (Sorry about that yellow color. See the styling code at the top of ``menuconfig.py`` if you want to try to make it prettier. :)) -- cgit v1.2.3