diff options
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r-- | util/fbrun/FbRun.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh index f34f691..9d2705e 100644 --- a/util/fbrun/FbRun.hh +++ b/util/fbrun/FbRun.hh | |||
@@ -93,6 +93,7 @@ private: | |||
93 | std::vector<std::string> m_history; ///< history list of commands | 93 | std::vector<std::string> m_history; ///< history list of commands |
94 | std::string m_history_file; ///< holds filename for command history file | 94 | std::string m_history_file; ///< holds filename for command history file |
95 | size_t m_current_history_item; ///< holds current position in command history | 95 | size_t m_current_history_item; ///< holds current position in command history |
96 | std::string m_last_completion_prefix; ///< last prefix we completed on | ||
96 | 97 | ||
97 | typedef std::vector<std::string> AppsContainer; | 98 | typedef std::vector<std::string> AppsContainer; |
98 | typedef AppsContainer::iterator AppsContainerIt; | 99 | typedef AppsContainer::iterator AppsContainerIt; |