@b4n commented on this pull request.
+void sci_scroll_lines(ScintillaObject *sci, gint lines)
+{ + SSM(sci, SCI_LINESCROLL, 0, (uptr_t) lines); +} + +
@xiota sure there might be some already very seldom used, not sure it's a trend to follow… But if @elextr has a strong opinion, fine by me. FWIW, IMO it doesn't make much sense where it's a single cas that's just as easy to fix in the caller or refactor out when there are more users.