We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c580d42 commit 225d030Copy full SHA for 225d030
1 file changed
modules/m_typing.cc
@@ -29,8 +29,11 @@ struct typist
29
bool operator()(const typist &a, const typist &b) const;
30
};
31
32
-ctx::dock timeout_dock;
33
-std::set<typist, typist> typists;
+ctx::dock
+timeout_dock;
34
+
35
+std::set<typist, typist>
36
+typists;
37
38
conf::item<milliseconds>
39
timeout_max
@@ -48,8 +51,8 @@ timeout_min
48
51
49
52
static system_point calc_timesout(milliseconds relative);
50
53
static bool update_state(const m::typing &);
-extern "C" m::event::id::buf commit(const m::typing &edu);
54
extern "C" bool for_each(const m::typing::closure_bool &);
55
+extern "C" m::event::id::buf commit(const m::typing &edu);
56
57
//
58
// typing commit handler stack (local user)
0 commit comments