Commit 19bc63db authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Using the Search key bindings also during a Re-search, to enable cancelling.

This fixes Savannah bug #47159.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Showing with 7 additions and 0 deletions
+7 -0
2016-03-17 Benno Schulenberg <bensberg@justemail.net>
* src/search.c (do_research): Use the Search key bindings also during
a Re-search, to enable cancelling. This fixes Savannah bug #47159.
2016-03-14 Benno Schulenberg <bensberg@justemail.net>
* src/color.c (color_update): Don't dereference a possible NULL.
* src/rcfile.c (parse_colors): Make error message equal to others.
......
......@@ -522,6 +522,9 @@ void do_research(void)
return;
#endif
/* Use the search-menu key bindings, to allow cancelling. */
currmenu = MWHEREIS;
findnextstr_wrap_reset();
didfind = findnextstr(
#ifndef DISABLE_SPELLER
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment