summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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.