mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
api/nvim_get_mode: Use child-queue instead of "priority".
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
#define METHOD_MAXLEN 512
|
||||
|
||||
/// HACK: os/input.c drains this queue immediately before blocking for input.
|
||||
/// Events on this queue are async-safe, but they need the resolved state
|
||||
/// of os_inchar(), so they are processed "just-in-time".
|
||||
MultiQueue *ch_before_blocking_events;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "msgpack_rpc/channel.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user