X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FLineEditor.hh;h=39e13b65c3214b757cf774abcb76c2e3db29d3d7;hb=0461eef93912cb9d454d726b4a7b4ccf50ed31bd;hp=840ce5a0c71d1a414bdb145903a745ecd8980a7c;hpb=368058ef8f5eb65ea7e210351af25f49ddd0f342;p=senf.git diff --git a/Utils/Console/LineEditor.hh b/Utils/Console/LineEditor.hh index 840ce5a..39e13b6 100644 --- a/Utils/Console/LineEditor.hh +++ b/Utils/Console/LineEditor.hh @@ -74,6 +74,8 @@ namespace detail { // Editor callbacks void executeLine(std::string const & text); void deleteCharOrExit(term::LineEditor & editor); + void completePath(term::LineEditor & editor, unsigned b, unsigned e, + std::vector & completions); term::LineEditor editor_; LineEditorSwitcher * switcher_;