feat: add rudimentary tab completion for executables to shell
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user