From 85ba6b2d8558ca812ef53b97fa18df9f98c1e6dc Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 22 Oct 2018 22:15:02 +0200 Subject: menuconfig: Mention jump-to in info dialog help Might be hard to discover that [/] works inside the info dialog otherwise. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 83c0915..081496f 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -226,7 +226,7 @@ _MAIN_HELP_LINES = """ # Lines of help text shown at the bottom of the information dialog _INFO_HELP_LINES = """ -[ESC/q] Return to menu +[ESC/q] Return to menu [/] Jump to symbol """[1:-1].split("\n") # Lines of help text shown at the bottom of the search dialog -- cgit v1.2.3