@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.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3835#discussion_r1564510956
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3835/review/1999483...@github.com>

Reply via email to