feat: add cwd file matching to shell tab completion
This commit is contained in:
@@ -129,7 +129,7 @@ int exec_external(const char* cmd, const char* args);
|
||||
|
||||
// ---- Tab completion (tabcompletion.cpp) ----
|
||||
|
||||
int get_completions(char* string, char** array, int arrayMax);
|
||||
int get_completions(char* string, char** array, int arrayMax, char* cwd = nullptr, int volume_number = 0);
|
||||
|
||||
// ---- Shell builtins ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user