smol/src
David Lawrence Ramsey d7fbc70a72 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.
2017-01-03 14:44:53 +01:00
..
Makefile.am
browser.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
chars.c
color.c
cut.c
files.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
global.c
help.c
move.c
nano.c tweaks: avoid an unnecessary fiddling with current_y in do_mouse() 2017-01-03 14:44:53 +01:00
nano.h
prompt.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
proto.h tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
rcfile.c
search.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
text.c tweaks: remove the cluttering conditional compilation of a parameter 2017-01-03 14:11:45 +01:00
utils.c
winio.c