feat(ui_client): implement async paste handling

This commit is contained in:
bfredl
2022-03-16 22:18:14 +01:00
parent c6640d0d70
commit 55b6ade7fe
2 changed files with 10 additions and 4 deletions

View File

@@ -52,8 +52,6 @@ void ui_client_init(uint64_t chan)
/// Handler for "redraw" events sent by the NVIM server
///
/// This is just a stub. The mentioned functionality will be implemented.
///
/// This function will be called by handle_request (in msgpack_rpc/channel.c)
/// The individual ui_events sent by the server are individually handled
/// by their respective handlers defined in ui_events_client.generated.h