Commit c03ce956 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

browser: after getting a mouse click, don't try any further interpretation

Either the selected file was changed, or a file or directory was chosen
(and the Enter key virtually pressed), or a shortcut was executed.  So,
just go and read the next key.

This fixes https://savannah.gnu.org/bugs/?47944.
parent eedec06c
Showing with 2 additions and 0 deletions
+2 -0
......@@ -163,6 +163,8 @@ char *do_browser(char *path, DIR *dir)
if (old_selected == selected)
unget_kbinput(sc_seq_or(do_enter, 0), FALSE, FALSE);
}
continue;
}
#endif /* !DISABLE_MOUSE */
......
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