From: Pavel Sanda Date: Sat, 21 Apr 2018 08:06:27 +0000 (+0200) Subject: cosmetics X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3592 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9fa36455c9778774a748528a6aab5304b3d40ff8;p=features.git cosmetics --- 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_; };