commit | d7fbc70a72a074464276f0aa5658b5859d03be2a | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Mon Jan 02 13:41:27 2017 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Jan 03 14:44:53 2017 +0100 |
tree | 0848733942c7755b004707747f25adb91904ddf9 | |
parent | 1dd01eb4e1cd984f58fe4b8962595df529af8cfe [diff] |
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.