Patch path complete and read char lisp function
Build project / build (push) Has been cancelled

This commit is contained in:
arthur
2025-11-07 16:23:56 +01:00
parent 5588b0a8d7
commit c06c820dfb
4 changed files with 16 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ void initBuiltins() {
registerBuiltin("ADD-PACKAGE", addPackage);
registerBuiltin("EDITOR-DEL-ROW", editorDelRow_L);
registerBuiltin("EDITOR-FIND", editorFind_L);
registerBuiltin("EDITOR-READ-CHAR", editorReadChar_L);
}
void initEditor() {