mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-21 00:32:07 +03:00
prompt: mouse clicks that moved the cursor need no further processing
This fixes https://savannah.gnu.org/bugs/?48917.
This commit is contained in:
parent
4f156aa6db
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user