jeremiaskleer commented on this pull request.
@@ -227,6 +227,15 @@ void sci_add_text(ScintillaObject *sci, const gchar *text)
} }
+void sci_delete_char(ScintillaObject *sci, const gint pos) +{ + SSM(sci, SCI_DELETECHAR, pos, 0);
Yeah, same as before. Didn't know it.