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
@@ -20,7 +20,7 @@
// END \x1b[4~ || <esc>[8~ || <esc>[F || <esc>OF
// DELETE \x1b[3~
char *editorPrompt(char *prompt);
char *editorPrompt(char *prompt, char * PlaceHolder, char bPathMode);
char *key_to_string(int key);