Utils/Termlib: Implement LineEditor auxiliary display support
[senf.git] / Utils / Console / LineEditor.hh
index 840ce5a..39e13b6 100644 (file)
@@ -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<std::string> & completions);
 
         term::LineEditor editor_;
         LineEditorSwitcher * switcher_;