Commit 6ad3700a authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

prompt: mouse clicks that moved the cursor need no further processing

This fixes https://savannah.gnu.org/bugs/?48917.
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -69,7 +69,7 @@ int do_statusbar_input(bool *ran_func, bool *finished,
if (do_statusbar_mouse() == 1)
input = get_kbinput(bottomwin);
else
input = ERR;
return ERR;
}
#endif
......
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