+2014-02-22 Benno Schulenberg <bensberg@justemail.net>
+ * src/winio.c (get_mouseinput) - Correct an oversight,
+ use the proper 'do_up_void' and 'do_down_void' names.
+ Reported by Zhou Z.J. <zzj666@Savannah>, bug #38268.
+
2014-02-22 Lauri Kasanen <laxy@Savannah> (tiny change)
* doc/syntax/html.nanorc - Also recognize htm as extension,
use cyan for tags (more visible on dark background), correct
* wheel is equivalent to moving down three lines. */
for (i = 0; i < 3; i++)
unget_kbinput((mevent.bstate & BUTTON4_PRESSED) ?
- sc_seq_or(up_void, 0) : sc_seq_or(DO_DOWN_VOID, 0), FALSE,
- FALSE);
+ sc_seq_or(do_up_void, 0) : sc_seq_or(do_down_void, 0),
+ FALSE, FALSE);
return 1;
} else