aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-07-23 14:39:44 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-07-23 14:58:04 (GMT)
commitbaaf477d46e619127b91faf59be2cf2c2c95afff (patch)
tree002803a3f3b270591fb9fb0a157f95552d536b4f /util/fbrun/FbRun.hh
parent8094f4d1a9b48c1edb8d39386e4788e0eb284ae6 (diff)
downloadfluxbox-baaf477d46e619127b91faf59be2cf2c2c95afff.zip
fluxbox-baaf477d46e619127b91faf59be2cf2c2c95afff.tar.bz2
add support for dedicated completion data
This allows to complete random things, useful along the -print flag but also to limit the commands to those found my menumaker etc.
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 f0915b0..e351d28 100644
--- a/util/fbrun/FbRun.hh
+++ b/util/fbrun/FbRun.hh
@@ -58,6 +58,7 @@ public:
58 @return true on success, else false 58 @return true on success, else false
59 */ 59 */
60 bool loadHistory(const char *filename); 60 bool loadHistory(const char *filename);
61 bool loadCompletion(const char *filename);
61 /** 62 /**
62 @name events 63 @name events
63 */ 64 */