diff options
Diffstat (limited to 'Shell/Shell.h')
-rw-r--r-- | Shell/Shell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Shell/Shell.h b/Shell/Shell.h index 6be974027b..18b1c275a7 100644 --- a/Shell/Shell.h +++ b/Shell/Shell.h @@ -92,9 +92,10 @@ public: void highlight(Line::Editor&) const; Vector<Line::CompletionSuggestion> complete(const Line::Editor&); - Vector<Line::CompletionSuggestion> complete_path(const String&, size_t offset); + Vector<Line::CompletionSuggestion> complete_path(const String& base, const String&, size_t offset); Vector<Line::CompletionSuggestion> complete_program_name(const String&, size_t offset); Vector<Line::CompletionSuggestion> complete_variable(const String&, size_t offset); + Vector<Line::CompletionSuggestion> complete_user(const String&, size_t offset); void take_back_stdin(); |