add path autocomplete
Build project / build (push) Has been cancelled

This commit is contained in:
arthur
2025-11-05 15:49:01 +01:00
parent 419e924650
commit 5588b0a8d7
4 changed files with 76 additions and 8 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ Lisp editorMoveCursorPageDown(Lisp args, LispError* e, LispContext ctx) {
}
Lisp editorOpenFile(Lisp args, LispError *e, LispContext ctx) {
char *filename = editorPrompt("Path : %s");
char *filename = editorPrompt("Open : %s", getenv("PWD"), 1);
if (filename)
editorOpen(filename);