@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/src/sciwrappers.c#L1015-L1018

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

Message ID: <geany/geany/pull/3835/review/[email protected]>

Reply via email to