aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-25 02:42:05 (GMT)
committersimonb <simonb>2006-04-25 02:42:05 (GMT)
commitcb65dae95fb3bd01cb4e43286ba2a56c41838d2e (patch)
tree8e0aba840aed873956b2c061c1d631b76577bd33 /util/fbrun/FbRun.hh
parent3707b74c40256c09465171d39e2c4d95aeaefb0e (diff)
downloadfluxbox-cb65dae95fb3bd01cb4e43286ba2a56c41838d2e.zip
fluxbox-cb65dae95fb3bd01cb4e43286ba2a56c41838d2e.tar.bz2
fbrun: Move the cursor to the end when tab completing
+ thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r--util/fbrun/FbRun.hh1
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;