1
1

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

This fixes https://savannah.gnu.org/bugs/?48917.
Этот коммит содержится в:
Benno Schulenberg 2016-08-27 11:11:00 +02:00
родитель 4f156aa6db
Коммит 6ad3700a3d

Просмотреть файл

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