TextInsert and TextSplit.

This commit is contained in:
jussi
2024-01-28 18:29:06 +02:00
parent 71cc89c303
commit 143453af9e
7 changed files with 105 additions and 3 deletions

View File

@@ -53,3 +53,6 @@ int ltextGetCodepoint( lua_State *L );
int ltextGetCodepointNext( lua_State *L );
int ltextGetCodepointPrevious( lua_State *L );
int ltextCodepointToUTF8( lua_State *L );
/* Text strings management functions (no UTF-8 strings, only byte chars) */
int ltextTextInsert( lua_State *L );
int ltextTextSplit( lua_State *L );