@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?
github-comments@lists.geany.org