diff --git a/src/FuncRequest.h b/src/FuncRequest.h index d5f5aef003..f0b9e7cfe6 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_; };