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

This fixes https://savannah.gnu.org/bugs/?48917.
master
Benno Schulenberg 2016-08-27 11:11:00 +02:00
parent 4f156aa6db
commit 6ad3700a3d
1 changed files with 1 additions and 1 deletions

View File

@ -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