From 3d0dc9ffc1023210bb54650065807085b53a6926 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 14 Oct 2018 22:27:24 +0200 Subject: menuconfig: Switch back to "very visible" cursor after Ctrl-F Was set back to "normal" instead due to a typo, which is inconsistent with the rest of the code. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 7815bfe..25586fa 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1958,7 +1958,7 @@ def _jump_to_dialog(): if matches: _safe_curs_set(0) _info_dialog(matches[sel_node_i], True) - _safe_curs_set(1) + _safe_curs_set(2) scroll = _resize_jump_to_dialog( edit_box, matches_win, bot_sep_win, help_win, -- cgit v1.2.3