diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-02 21:24:58 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-03 01:43:52 +0200 |
| commit | f87f79c936654d2d0bd5fb746fe1efacca08f181 (patch) | |
| tree | f6fa963a0fd80fb2d4544e958171494fe1daa724 /README.rst | |
| parent | da40c014398f329b324a2eb9de062344e773dc74 (diff) | |
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.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. :)) |
