feat: add rudimentary tab completion for executables to shell

This commit is contained in:
2026-06-16 14:02:46 +02:00
parent e3dc1e881d
commit 3b87ab5ec5
5 changed files with 104 additions and 4 deletions
+4
View File
@@ -126,3 +126,7 @@ bool switch_drive(int drive);
// ---- External execution (exec.cpp) ----
int exec_external(const char* cmd, const char* args);
// ---- Tab completion (tabcompletion.cpp) ----
int get_completions(char* string, char** array, int arrayMax);