commit 9fa36455c9778774a748528a6aab5304b3d40ff8
Author: Pavel Sanda <[email protected]>
Date: Sat Apr 21 10:06:27 2018 +0200
cosmetics
---
src/FuncRequest.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/FuncRequest.h b/src/FuncRequest.h
index d5f5aef..f0b9e7c 100644
--- a/src/FuncRequest.h
+++ b/src/FuncRequest.h
@@ -121,7 +121,8 @@ private:
mouse_button::state button_;
///
KeyModifier modifier_;
- ///
+ /// Commands should be run synchronously when they
+ /// are launched via "command-sequence" or "repeat"
bool allow_async_;
};