summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-09-09 20:51:29 +0200
committerGitHub <noreply@github.com>2018-09-09 20:51:29 +0200
commitc6ec2729e6bd49ac10b40fcf9de7f2498d500f6f (patch)
treeb5f72f21795a4644040efd7b7f1fa3ceb77f8e19
parent869428aa95811402d79bf5d1e856c18d6a7ac3a2 (diff)
Mention the jump-to menuconfig functionality in the text too
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7982b33..8b81666 100644
--- a/README.rst
+++ b/README.rst
@@ -317,7 +317,8 @@ Two configuration interfaces are currently available:
- `menuconfig.py <https://github.com/ulfalizer/Kconfiglib/blob/master/menuconfig.py>`_
is a terminal-based configuration interface implemented using the standard
Python ``curses`` module. ``xconfig`` features like showing invisible symbols and
- showing symbol names are included.
+ showing symbol names are included, and it's possible to jump directly to a symbol
+ in the menu tree (even if it's currently invisible).
.. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/menuconfig.gif