From dcb6f1234a7864dab196d0ff504aef891865ad87 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 15 Dec 2018 20:02:13 +0100 Subject: menuconfig: Add show-help mode Pressing F toggles show-help mode, where the help window at the bottom displays the help text of the currently selected item, if any. Can be handy when browsing through symbols. Also mention the different modes that are available in the module docstring. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ec6bb38..bf73b75 100644 --- a/README.rst +++ b/README.rst @@ -447,6 +447,9 @@ Two configuration interfaces are currently available: .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/menuconfig.gif + *There is now also a show-help mode that shows the help text of the currently + selected symbol in the help window at the bottom.* + ``menuconfig.py`` currently only supports Python 3, mostly due to ``curses.get_wch()`` not being available on Python 2. It is needed for Unicode support. -- cgit v1.2.3