summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-15 20:02:13 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-15 21:59:05 +0100
commitdcb6f1234a7864dab196d0ff504aef891865ad87 (patch)
treebcc3f7422b80e1d2cc55b6c5a210d5afb2e91c14 /README.rst
parent639ca60a464a0e0454c5d291ee71b9b3d8de7d8f (diff)
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
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.