@xiota commented on this pull request.
+void sci_scroll_lines(ScintillaObject *sci, gint lines)
+{ + SSM(sci, SCI_LINESCROLL, 0, (uptr_t) lines); +} + +
Same could be said of...
https://github.com/geany/geany/blob/a44df8bb570e5d43f882649826e5d34ca3907a63...