diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-09 20:51:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 20:51:29 +0200 |
| commit | c6ec2729e6bd49ac10b40fcf9de7f2498d500f6f (patch) | |
| tree | b5f72f21795a4644040efd7b7f1fa3ceb77f8e19 | |
| parent | 869428aa95811402d79bf5d1e856c18d6a7ac3a2 (diff) | |
Mention the jump-to menuconfig functionality in the text too
| -rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
