@b4n commented on this pull request.
> + static gchar char_at(ScintillaObject *sci, gint pos)
+/*
+
+-----------------------------------------------------------------------------
*/
+{
+ return sci_get_char_at(sci, pos);
+}
Just curious: why the wrapper?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#pullrequestreview-1333787397
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/review/[email protected]>