tweaks: avoid an unnecessary fiddling with current_y in do_mouse()

Since do_mouse() uses edit_redraw(), openfile->current_y will be
immediately recalculated, so there's no point in changing it now.
Use a temporary variable instead.
1 file changed